#215129

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

Shades of Kaitoke Green #215129

Tints of Kaitoke Green #215129

Color information

#215129 (or 0x215129) is unknown color: approx Kaitoke Green. HEX triplet: 21, 51 and 29. RGB value is (33,81,41). Sum of RGB (Red+Green+Blue) = 33+81+41=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 81 (32.03% from 255 or 52.26% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 81 - color contains mainly: green. Hex color #215129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215129 is #DEAED6. Grayscale: #3E3E3E. Windows color (decimal): -14593751 or 2707745. OLE color: 2707745.

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

Color convert

RGB338141-
CMYK0.5900.490.68
HSL130º42.11%22.35%-
HSV(B)130º59.26%31.76%-
XYZ3.976.373.12-
YUV62.09116.1107.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.29%
GREEN value IS 81 (32.03% from 255) = 52.26%
BLUE value IS 41 (16.41% from 255) = 26.45%
R=21.29%
G=52.26%
B=26.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3381410.5900.490.6813042.1122.35
Hex2151293B03144822a16
Octal4112151730611042025226
Binary1000011010001101001111011011000110001001000001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215129; }

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

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

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

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

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

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

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

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