Html Css Color HEX #215247 Te Papa Green

📋 copy color: '#215247'

red 33 ◦ green 82 ◦ blue 71

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

Shades of Te Papa Green #215247

Tints of Te Papa Green #215247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 38.17%

R = 17.74%
G = 44.09%
B = 38.17%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#215247 (or 0x215247) is known color: Te Papa Green. HEX triplet: 21, 52 and 47. RGB value is (33,82,71). Sum of RGB (Red+Green+Blue) = 33+82+71=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 71 (28.12% from 255 or 38.17% from 186); Max value from RGB is 82 - color contains mainly: green. Hex color #215247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215247 is #DEADB8. Grayscale: #424242. Windows color (decimal): -14593465 or 4674081. OLE color: 4674081.

HSL color Cylindrical-coordinate representation of color #215247: hue angle of 166.53º 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 #215247 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.68.

Color convert

RGB 33 82 71 -
CMYK 0.60 0 0.13 0.68
HSL 166.53º 0.43% 0.23% -
HSV(B) 166.53º 0.6% 0.32% -
XYZ 4.78 6.81 7.02 -
YUV 66.1 130.77 104.39 -
System Red Green Blue C M Y K H S L
Decimal 33 82 71 0.60 0 0.13 0.68 166.53 0.43 0.23
Hex 21 52 47 3C 0 D 44 A7 2B 17
Octal 41 122 107 74 0 15 104 247 53 27
Binary 100001 1010010 1000111 111100 0 1101 1000100 10100111 101011 10111

Color Harmonies of #215247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215247

Black with #215247

Text Example


Text Example

White with #215247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215247; }

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

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

background-color css

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

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

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

border-color css

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

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

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