Html Css Color HEX #285144 Te Papa Green

📋 copy color: '#285144'

red 40 ◦ green 81 ◦ blue 68

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

Shades of Te Papa Green #285144

Tints of Te Papa Green #285144

RGB

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

 GREEN value IS 81 (32.03% from 255) = 42.86%

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

R = 21.16%
G = 42.86%
B = 35.98%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#285144 (or 0x285144) is known color: Te Papa Green. HEX triplet: 28, 51 and 44. RGB value is (40,81,68). Sum of RGB (Red+Green+Blue) = 40+81+68=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 81 - color contains mainly: green. Hex color #285144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285144 is #D7AEBB. Grayscale: #434343. Windows color (decimal): -14134972 or 4477224. OLE color: 4477224.

HSL color Cylindrical-coordinate representation of color #285144: hue angle of 160.98º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #285144 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB 40 81 68 -
CMYK 0.51 0 0.16 0.68
HSL 160.98º 0.34% 0.24% -
HSV(B) 160.98º 0.51% 0.32% -
XYZ 4.86 6.75 6.52 -
YUV 67.26 128.42 108.56 -
System Red Green Blue C M Y K H S L
Decimal 40 81 68 0.51 0 0.16 0.68 160.98 0.34 0.24
Hex 28 51 44 33 0 10 44 A1 22 18
Octal 50 121 104 63 0 20 104 241 42 30
Binary 101000 1010001 1000100 110011 0 10000 1000100 10100001 100010 11000

Color Harmonies of #285144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285144

Black with #285144

Text Example


Text Example

White with #285144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285144; }

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

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

background-color css

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

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

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

border-color css

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

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

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