#215131

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

Shades of Kaitoke Green #215131

Tints of Kaitoke Green #215131

Color information

#215131 (or 0x215131) is unknown color: approx Kaitoke Green. HEX triplet: 21, 51 and 31. RGB value is (33,81,49). Sum of RGB (Red+Green+Blue) = 33+81+49=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 81 (32.03% from 255 or 49.69% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 81 - color contains mainly: green. Hex color #215131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215131 is #DEAECE. Grayscale: #3F3F3F. Windows color (decimal): -14593743 or 3232033. OLE color: 3232033.

HSL color Cylindrical-coordinate representation of color #215131: hue angle of 140º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #215131 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB338149-
CMYK0.5900.400.68
HSL140º42.11%22.35%-
HSV(B)140º59.26%31.76%-
XYZ4.126.433.93-
YUV63120.1106.6-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.25%
GREEN value IS 81 (32.03% from 255) = 49.69%
BLUE value IS 49 (19.53% from 255) = 30.06%
R=20.25%
G=49.69%
B=30.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3381490.5900.400.6814042.1122.35
Hex2151313B028448c2a16
Octal4112161730501042145226
Binary1000011010001110001111011010100010001001000110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215131; }

 p { color: rgb(33,81,49); }

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

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

 a { background-color: rgb(33,81,49); }

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

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

 span { border-color: rgb(33,81,49); }

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