Html Css Color HEX #215642 Te Papa Green

📋 copy color: '#215642'

red 33 ◦ green 86 ◦ blue 66

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

Shades of Te Papa Green #215642

Tints of Te Papa Green #215642

RGB

 RED value IS 33 (13.28% from 255) = 17.84%

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

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

R = 17.84%
G = 46.49%
B = 35.68%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#215642 (or 0x215642) is known color: Te Papa Green. HEX triplet: 21, 56 and 42. RGB value is (33,86,66). Sum of RGB (Red+Green+Blue) = 33+86+66=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 86 (33.98% from 255 or 46.49% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 86 - color contains mainly: green. Hex color #215642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215642 is #DEA9BD. Grayscale: #434343. Windows color (decimal): -14592446 or 4347425. OLE color: 4347425.

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

Color convert

RGB 33 86 66 -
CMYK 0.62 0 0.23 0.66
HSL 157.36º 0.45% 0.23% -
HSV(B) 157.36º 0.62% 0.34% -
XYZ 4.94 7.37 6.32 -
YUV 67.87 126.94 103.13 -
System Red Green Blue C M Y K H S L
Decimal 33 86 66 0.62 0 0.23 0.66 157.36 0.45 0.23
Hex 21 56 42 3E 0 17 42 9D 2D 17
Octal 41 126 102 76 0 27 102 235 55 27
Binary 100001 1010110 1000010 111110 0 10111 1000010 10011101 101101 10111

Color Harmonies of #215642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215642

Black with #215642

Text Example


Text Example

White with #215642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215642; }

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

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

background-color css

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

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

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

border-color css

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

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

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