Html Css Color HEX #285544 Te Papa Green

📋 copy color: '#285544'

red 40 ◦ green 85 ◦ blue 68

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

Shades of Te Papa Green #285544

Tints of Te Papa Green #285544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 35.23%

R = 20.73%
G = 44.04%
B = 35.23%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#285544 (or 0x285544) is known color: Te Papa Green. HEX triplet: 28, 55 and 44. RGB value is (40,85,68). Sum of RGB (Red+Green+Blue) = 40+85+68=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #285544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285544 is #D7AABB. Grayscale: #454545. Windows color (decimal): -14133948 or 4478248. OLE color: 4478248.

HSL color Cylindrical-coordinate representation of color #285544: hue angle of 157.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 #285544 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 85 68 -
CMYK 0.53 0 0.20 0.67
HSL 157.33º 0.36% 0.25% -
HSV(B) 157.33º 0.53% 0.33% -
XYZ 5.17 7.37 6.62 -
YUV 69.61 127.09 106.88 -
System Red Green Blue C M Y K H S L
Decimal 40 85 68 0.53 0 0.20 0.67 157.33 0.36 0.25
Hex 28 55 44 35 0 14 43 9D 24 19
Octal 50 125 104 65 0 24 103 235 44 31
Binary 101000 1010101 1000100 110101 0 10100 1000011 10011101 100100 11001

Color Harmonies of #285544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285544

Black with #285544

Text Example


Text Example

White with #285544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285544; }

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

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

background-color css

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

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

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

border-color css

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

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

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