Html Css Color HEX #285242 Te Papa Green

📋 copy color: '#285242'

red 40 ◦ green 82 ◦ blue 66

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

Shades of Te Papa Green #285242

Tints of Te Papa Green #285242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.62%

 BLUE value IS 66 (26.17% from 255) = 35.11%

R = 21.28%
G = 43.62%
B = 35.11%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#285242 (or 0x285242) is known color: Te Papa Green. HEX triplet: 28, 52 and 42. RGB value is (40,82,66). Sum of RGB (Red+Green+Blue) = 40+82+66=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 82 - color contains mainly: green. Hex color #285242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285242 is #D7ADBD. Grayscale: #434343. Windows color (decimal): -14134718 or 4346408. OLE color: 4346408.

HSL color Cylindrical-coordinate representation of color #285242: hue angle of 157.14º 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 #285242 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 40 82 66 -
CMYK 0.51 0 0.20 0.68
HSL 157.14º 0.34% 0.24% -
HSV(B) 157.14º 0.51% 0.32% -
XYZ 4.88 6.88 6.23 -
YUV 67.62 127.09 108.3 -
System Red Green Blue C M Y K H S L
Decimal 40 82 66 0.51 0 0.20 0.68 157.14 0.34 0.24
Hex 28 52 42 33 0 14 44 9D 22 18
Octal 50 122 102 63 0 24 104 235 42 30
Binary 101000 1010010 1000010 110011 0 10100 1000100 10011101 100010 11000

Color Harmonies of #285242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285242

Black with #285242

Text Example


Text Example

White with #285242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285242; }

 p { color: rgb(40,82,66); }

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

background-color css

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

 a { background-color: rgb(40,82,66); }

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

border-color css

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

 span { border-color: rgb(40,82,66); }

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