#215B32

Color #215B32 Kaitoke Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kaitoke Green #215B32

Tints of Kaitoke Green #215B32

Color information

#215B32 (or 0x215B32) is unknown color: approx Kaitoke Green. HEX triplet: 21, 5B and 32. RGB value is (33,91,50). Sum of RGB (Red+Green+Blue) = 33+91+50=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 91 (35.94% from 255 or 52.30% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 91 - color contains mainly: green. Hex color #215B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215B32 is #DEA4CD. Grayscale: #454545. Windows color (decimal): -14591182 or 3300129. OLE color: 3300129.

HSL color Cylindrical-coordinate representation of color #215B32: hue angle of 137.59º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #215B32 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.

Color convert

RGB339150-
CMYK0.6400.450.64
HSL137.59º46.77%24.31%-
HSV(B)137.59º63.74%35.69%-
XYZ4.948.044.31-
YUV68.98117.28102.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.97%
GREEN value IS 91 (35.94% from 255) = 52.30%
BLUE value IS 50 (19.92% from 255) = 28.74%
R=18.97%
G=52.30%
B=28.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3391500.6400.450.64137.5946.7724.31
Hex215B324002D408a2f18
Octal41133621000551002125730
Binary10000110110111100101000000010110110000001000101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215B32; }

 p { color: rgb(33,91,50); }

 H1.HeaderClassName
 {
   color: #215B32;
 }
 .AnyTagClassName
 {
   color: #215B32;
 }
</style>
background-color css

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

 a { background-color: rgb(33,91,50); }

 div.DivClassName
 {
   background-color: #215B32;
 }
 .BgClassName
 {
   background-color: #215B32;
 }
</style>
border-color css

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

 span { border-color: rgb(33,91,50); }

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