Html Css Color HEX #215542 Te Papa Green

📋 copy color: '#215542'

red 33 ◦ green 85 ◦ blue 66

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

Shades of Te Papa Green #215542

Tints of Te Papa Green #215542

RGB

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

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

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

R = 17.93%
G = 46.2%
B = 35.87%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#215542 (or 0x215542) is known color: Te Papa Green. HEX triplet: 21, 55 and 42. RGB value is (33,85,66). Sum of RGB (Red+Green+Blue) = 33+85+66=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #215542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215542 is #DEAABD. Grayscale: #434343. Windows color (decimal): -14592702 or 4347169. OLE color: 4347169.

HSL color Cylindrical-coordinate representation of color #215542: hue angle of 158.08º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #215542 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 85 66 -
CMYK 0.61 0 0.22 0.67
HSL 158.08º 0.44% 0.23% -
HSV(B) 158.08º 0.61% 0.33% -
XYZ 4.86 7.21 6.29 -
YUV 67.29 127.27 103.54 -
System Red Green Blue C M Y K H S L
Decimal 33 85 66 0.61 0 0.22 0.67 158.08 0.44 0.23
Hex 21 55 42 3D 0 16 43 9E 2C 17
Octal 41 125 102 75 0 26 103 236 54 27
Binary 100001 1010101 1000010 111101 0 10110 1000011 10011110 101100 10111

Color Harmonies of #215542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215542

Black with #215542

Text Example


Text Example

White with #215542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215542; }

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

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

background-color css

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

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

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

border-color css

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

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

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