Html Css Color HEX #285547 Te Papa Green

📋 copy color: '#285547'

red 40 ◦ green 85 ◦ blue 71

#285547
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Te Papa Green #285547

Tints of Te Papa Green #285547

RGB

 RED value IS 40 (16.02% from 255) = 20.41%

 GREEN value IS 85 (33.59% from 255) = 43.37%

 BLUE value IS 71 (28.13% from 255) = 36.22%

R = 20.41%
G = 43.37%
B = 36.22%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#285547 (or 0x285547) is known color: Te Papa Green. HEX triplet: 28, 55 and 47. RGB value is (40,85,71). Sum of RGB (Red+Green+Blue) = 40+85+71=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 85 - color contains mainly: green. Hex color #285547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285547 is #D7AAB8. Grayscale: #454545. Windows color (decimal): -14133945 or 4674856. OLE color: 4674856.

HSL color Cylindrical-coordinate representation of color #285547: hue angle of 161.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #285547 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 85 71 -
CMYK 0.53 0 0.16 0.67
HSL 161.33º 0.36% 0.25% -
HSV(B) 161.33º 0.53% 0.33% -
XYZ 5.26 7.4 7.11 -
YUV 69.95 128.59 106.64 -
System Red Green Blue C M Y K H S L
Decimal 40 85 71 0.53 0 0.16 0.67 161.33 0.36 0.25
Hex 28 55 47 35 0 10 43 A1 24 19
Octal 50 125 107 65 0 20 103 241 44 31
Binary 101000 1010101 1000111 110101 0 10000 1000011 10100001 100100 11001

Color Harmonies of #285547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285547

Black with #285547

Text Example


Text Example

White with #285547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285547; }

 p { color: rgb(40,85,71); }

 H1.HeaderClassName
 {
   color: #285547;
 }
 .AnyTagClassName
 {
   color: #285547;
 }
</style>

background-color css

<style>
 a { background-color: #285547; }

 a { background-color: rgb(40,85,71); }

 div.DivClassName
 {
   background-color: #285547;
 }
 .BgClassName
 {
   background-color: #285547;
 }
</style>

border-color css

<style>
 span { border-color: #285547; }

 span { border-color: rgb(40,85,71); }

 td.TdClassName
 {
   border-color: #285547;
 }
 .TagClassName
 {
   border-color: #285547;
 }
</style>