Html Css Color HEX #285642 Te Papa Green

📋 copy color: '#285642'

red 40 ◦ green 86 ◦ blue 66

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

Shades of Te Papa Green #285642

Tints of Te Papa Green #285642

RGB

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

 GREEN value IS 86 (33.98% from 255) = 44.79%

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

R = 20.83%
G = 44.79%
B = 34.38%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#285642 (or 0x285642) is known color: Te Papa Green. HEX triplet: 28, 56 and 42. RGB value is (40,86,66). Sum of RGB (Red+Green+Blue) = 40+86+66=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 86 - color contains mainly: green. Hex color #285642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285642 is #D7A9BD. Grayscale: #464646. Windows color (decimal): -14133694 or 4347432. OLE color: 4347432.

HSL color Cylindrical-coordinate representation of color #285642: hue angle of 153.91º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #285642 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB 40 86 66 -
CMYK 0.53 0 0.23 0.66
HSL 153.91º 0.37% 0.25% -
HSV(B) 153.91º 0.53% 0.34% -
XYZ 5.19 7.5 6.33 -
YUV 69.97 125.76 106.63 -
System Red Green Blue C M Y K H S L
Decimal 40 86 66 0.53 0 0.23 0.66 153.91 0.37 0.25
Hex 28 56 42 35 0 17 42 9A 25 19
Octal 50 126 102 65 0 27 102 232 45 31
Binary 101000 1010110 1000010 110101 0 10111 1000010 10011010 100101 11001

Color Harmonies of #285642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285642

Black with #285642

Text Example


Text Example

White with #285642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285642; }

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

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

background-color css

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

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

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

border-color css

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

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

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