Html Css Color HEX #215442 Te Papa Green

📋 copy color: '#215442'

red 33 ◦ green 84 ◦ blue 66

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

Shades of Te Papa Green #215442

Tints of Te Papa Green #215442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 45.9%

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

R = 18.03%
G = 45.9%
B = 36.07%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#215442 (or 0x215442) is known color: Te Papa Green. HEX triplet: 21, 54 and 42. RGB value is (33,84,66). Sum of RGB (Red+Green+Blue) = 33+84+66=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 84 (33.20% from 255 or 45.90% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 84 - color contains mainly: green. Hex color #215442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215442 is #DEABBD. Grayscale: #424242. Windows color (decimal): -14592958 or 4346913. OLE color: 4346913.

HSL color Cylindrical-coordinate representation of color #215442: hue angle of 158.82º 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 #215442 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 84 66 -
CMYK 0.61 0 0.21 0.67
HSL 158.82º 0.44% 0.23% -
HSV(B) 158.82º 0.61% 0.33% -
XYZ 4.78 7.06 6.26 -
YUV 66.7 127.6 103.96 -
System Red Green Blue C M Y K H S L
Decimal 33 84 66 0.61 0 0.21 0.67 158.82 0.44 0.23
Hex 21 54 42 3D 0 15 43 9F 2C 17
Octal 41 124 102 75 0 25 103 237 54 27
Binary 100001 1010100 1000010 111101 0 10101 1000011 10011111 101100 10111

Color Harmonies of #215442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215442

Black with #215442

Text Example


Text Example

White with #215442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215442; }

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

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

background-color css

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

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

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

border-color css

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

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

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