Html Css Color HEX #215644 Te Papa Green

📋 copy color: '#215644'

red 33 ◦ green 86 ◦ blue 68

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

Shades of Te Papa Green #215644

Tints of Te Papa Green #215644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.36%

R = 17.65%
G = 45.99%
B = 36.36%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.66

RGB Variations

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

Color information

#215644 (or 0x215644) is known color: Te Papa Green. HEX triplet: 21, 56 and 44. RGB value is (33,86,68). Sum of RGB (Red+Green+Blue) = 33+86+68=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 86 (33.98% from 255 or 45.99% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 86 - color contains mainly: green. Hex color #215644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215644 is #DEA9BB. Grayscale: #444444. Windows color (decimal): -14592444 or 4478497. OLE color: 4478497.

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

Color convert

RGB 33 86 68 -
CMYK 0.62 0 0.21 0.66
HSL 159.62º 0.45% 0.23% -
HSV(B) 159.62º 0.62% 0.34% -
XYZ 5 7.4 6.63 -
YUV 68.1 127.94 102.96 -
System Red Green Blue C M Y K H S L
Decimal 33 86 68 0.62 0 0.21 0.66 159.62 0.45 0.23
Hex 21 56 44 3E 0 15 42 A0 2D 17
Octal 41 126 104 76 0 25 102 240 55 27
Binary 100001 1010110 1000100 111110 0 10101 1000010 10100000 101101 10111

Color Harmonies of #215644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215644

Black with #215644

Text Example


Text Example

White with #215644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215644; }

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

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

background-color css

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

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

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

border-color css

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

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

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