#215932

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

Shades of Kaitoke Green #215932

Tints of Kaitoke Green #215932

Color information

#215932 (or 0x215932) is unknown color: approx Kaitoke Green. HEX triplet: 21, 59 and 32. RGB value is (33,89,50). Sum of RGB (Red+Green+Blue) = 33+89+50=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 89 (35.16% from 255 or 51.74% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 89 - color contains mainly: green. Hex color #215932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215932 is #DEA6CD. Grayscale: #434343. Windows color (decimal): -14591694 or 3299617. OLE color: 3299617.

HSL color Cylindrical-coordinate representation of color #215932: hue angle of 138.21º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #215932 is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB338950-
CMYK0.6300.440.65
HSL138.21º45.9%23.92%-
HSV(B)138.21º62.92%34.9%-
XYZ4.787.74.25-
YUV67.81117.95103.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.19%
GREEN value IS 89 (35.16% from 255) = 51.74%
BLUE value IS 50 (19.92% from 255) = 29.07%
R=19.19%
G=51.74%
B=29.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3389500.6300.440.65138.2145.923.92
Hex2159323F02C418a2e18
Octal4113162770541012125630
Binary1000011011001110010111111010110010000011000101010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215932; }

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

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

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

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

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

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

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

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