Html Css Color HEX #215742 Te Papa Green

📋 copy color: '#215742'

red 33 ◦ green 87 ◦ blue 66

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

Shades of Te Papa Green #215742

Tints of Te Papa Green #215742

RGB

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

 GREEN value IS 87 (34.38% from 255) = 46.77%

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

R = 17.74%
G = 46.77%
B = 35.48%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#215742 (or 0x215742) is known color: Te Papa Green. HEX triplet: 21, 57 and 42. RGB value is (33,87,66). Sum of RGB (Red+Green+Blue) = 33+87+66=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 87 (34.38% from 255 or 46.77% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 87 - color contains mainly: green. Hex color #215742 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215742 is #DEA8BD. Grayscale: #444444. Windows color (decimal): -14592190 or 4347681. OLE color: 4347681.

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

Color convert

RGB 33 87 66 -
CMYK 0.62 0 0.24 0.66
HSL 156.67º 0.45% 0.24% -
HSV(B) 156.67º 0.62% 0.34% -
XYZ 5.02 7.53 6.34 -
YUV 68.46 126.61 102.71 -
System Red Green Blue C M Y K H S L
Decimal 33 87 66 0.62 0 0.24 0.66 156.67 0.45 0.24
Hex 21 57 42 3E 0 18 42 9D 2D 18
Octal 41 127 102 76 0 30 102 235 55 30
Binary 100001 1010111 1000010 111110 0 11000 1000010 10011101 101101 11000

Color Harmonies of #215742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215742

Black with #215742

Text Example


Text Example

White with #215742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215742; }

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

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

background-color css

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

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

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

border-color css

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

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

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