#21532E

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

Shades of Kaitoke Green #21532E

Tints of Kaitoke Green #21532E

Color information

#21532E (or 0x21532E) is unknown color: approx Kaitoke Green. HEX triplet: 21, 53 and 2E. RGB value is (33,83,46). Sum of RGB (Red+Green+Blue) = 33+83+46=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #21532E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21532E is #DEACD1. Grayscale: #3F3F3F. Windows color (decimal): -14593234 or 3035937. OLE color: 3035937.

HSL color Cylindrical-coordinate representation of color #21532E: hue angle of 135.6º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #21532E is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB338346-
CMYK0.6000.450.67
HSL135.6º43.1%22.75%-
HSV(B)135.6º60.24%32.55%-
XYZ4.216.713.66-
YUV63.83117.94106.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.37%
GREEN value IS 83 (32.81% from 255) = 51.23%
BLUE value IS 46 (18.36% from 255) = 28.40%
R=20.37%
G=51.23%
B=28.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3383460.6000.450.67135.643.122.75
Hex21532E3C02D43882b17
Octal4112356740551032105327
Binary1000011010011101110111100010110110000111000100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21532E; }

 p { color: rgb(33,83,46); }

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

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

 a { background-color: rgb(33,83,46); }

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

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

 span { border-color: rgb(33,83,46); }

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