Html Css Color HEX #215543 Te Papa Green

📋 copy color: '#215543'

red 33 ◦ green 85 ◦ blue 67

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

Shades of Te Papa Green #215543

Tints of Te Papa Green #215543

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.95%

 BLUE value IS 67 (26.56% from 255) = 36.22%

R = 17.84%
G = 45.95%
B = 36.22%

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

#215543 (or 0x215543) is known color: Te Papa Green. HEX triplet: 21, 55 and 43. RGB value is (33,85,67). Sum of RGB (Red+Green+Blue) = 33+85+67=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #215543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215543 is #DEAABC. Grayscale: #434343. Windows color (decimal): -14592701 or 4412705. OLE color: 4412705.

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

Color convert

RGB 33 85 67 -
CMYK 0.61 0 0.21 0.67
HSL 159.23º 0.44% 0.23% -
HSV(B) 159.23º 0.61% 0.33% -
XYZ 4.89 7.23 6.45 -
YUV 67.4 127.77 103.46 -
System Red Green Blue C M Y K H S L
Decimal 33 85 67 0.61 0 0.21 0.67 159.23 0.44 0.23
Hex 21 55 43 3D 0 15 43 9F 2C 17
Octal 41 125 103 75 0 25 103 237 54 27
Binary 100001 1010101 1000011 111101 0 10101 1000011 10011111 101100 10111

Color Harmonies of #215543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215543

Black with #215543

Text Example


Text Example

White with #215543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215543; }

 p { color: rgb(33,85,67); }

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

background-color css

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

 a { background-color: rgb(33,85,67); }

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

border-color css

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

 span { border-color: rgb(33,85,67); }

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