#215433

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

Shades of Kaitoke Green #215433

Tints of Kaitoke Green #215433

Color information

#215433 (or 0x215433) is unknown color: approx Kaitoke Green. HEX triplet: 21, 54 and 33. RGB value is (33,84,51). Sum of RGB (Red+Green+Blue) = 33+84+51=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 51 (20.31% from 255 or 30.36% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #215433 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215433 is #DEABCC. Grayscale: #414141. Windows color (decimal): -14592973 or 3363873. OLE color: 3363873.

HSL color Cylindrical-coordinate representation of color #215433: hue angle of 141.18º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #215433 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB338451-
CMYK0.6100.390.67
HSL141.18º43.59%22.94%-
HSV(B)141.18º60.71%32.94%-
XYZ4.46.94.23-
YUV64.99120.1105.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.64%
GREEN value IS 84 (33.20% from 255) = 50%
BLUE value IS 51 (20.31% from 255) = 30.36%
R=19.64%
G=50%
B=30.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3384510.6100.390.67141.1843.5922.94
Hex2154333D027438d2c17
Octal4112463750471032155427
Binary1000011010100110011111101010011110000111000110110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215433; }

 p { color: rgb(33,84,51); }

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

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

 a { background-color: rgb(33,84,51); }

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

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

 span { border-color: rgb(33,84,51); }

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