Html Css Color HEX #215244 Te Papa Green

📋 copy color: '#215244'

red 33 ◦ green 82 ◦ blue 68

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

Shades of Te Papa Green #215244

Tints of Te Papa Green #215244

RGB

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

 GREEN value IS 82 (32.42% from 255) = 44.81%

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

R = 18.03%
G = 44.81%
B = 37.16%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#215244 (or 0x215244) is known color: Te Papa Green. HEX triplet: 21, 52 and 44. RGB value is (33,82,68). Sum of RGB (Red+Green+Blue) = 33+82+68=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 82 - color contains mainly: green. Hex color #215244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215244 is #DEADBB. Grayscale: #414141. Windows color (decimal): -14593468 or 4477473. OLE color: 4477473.

HSL color Cylindrical-coordinate representation of color #215244: hue angle of 162.86º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #215244 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB 33 82 68 -
CMYK 0.60 0 0.17 0.68
HSL 162.86º 0.43% 0.23% -
HSV(B) 162.86º 0.6% 0.32% -
XYZ 4.69 6.78 6.53 -
YUV 65.75 129.27 104.64 -
System Red Green Blue C M Y K H S L
Decimal 33 82 68 0.60 0 0.17 0.68 162.86 0.43 0.23
Hex 21 52 44 3C 0 11 44 A3 2B 17
Octal 41 122 104 74 0 21 104 243 53 27
Binary 100001 1010010 1000100 111100 0 10001 1000100 10100011 101011 10111

Color Harmonies of #215244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215244

Black with #215244

Text Example


Text Example

White with #215244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215244; }

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

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

background-color css

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

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

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

border-color css

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

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

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