Html Css Color HEX #215643 Te Papa Green

📋 copy color: '#215643'

red 33 ◦ green 86 ◦ blue 67

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

Shades of Te Papa Green #215643

Tints of Te Papa Green #215643

RGB

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

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

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

R = 17.74%
G = 46.24%
B = 36.02%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.22

 K value IS 0.66

RGB Variations

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

Color information

#215643 (or 0x215643) is known color: Te Papa Green. HEX triplet: 21, 56 and 43. RGB value is (33,86,67). Sum of RGB (Red+Green+Blue) = 33+86+67=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 86 (33.98% from 255 or 46.24% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 86 - color contains mainly: green. Hex color #215643 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215643 is #DEA9BC. Grayscale: #444444. Windows color (decimal): -14592445 or 4412961. OLE color: 4412961.

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

Color convert

RGB 33 86 67 -
CMYK 0.62 0 0.22 0.66
HSL 158.49º 0.45% 0.23% -
HSV(B) 158.49º 0.62% 0.34% -
XYZ 4.97 7.38 6.47 -
YUV 67.99 127.44 103.04 -
System Red Green Blue C M Y K H S L
Decimal 33 86 67 0.62 0 0.22 0.66 158.49 0.45 0.23
Hex 21 56 43 3E 0 16 42 9E 2D 17
Octal 41 126 103 76 0 26 102 236 55 27
Binary 100001 1010110 1000011 111110 0 10110 1000010 10011110 101101 10111

Color Harmonies of #215643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215643

Black with #215643

Text Example


Text Example

White with #215643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215643; }

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

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

background-color css

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

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

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

border-color css

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

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

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