#21552E

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

Shades of Kaitoke Green #21552E

Tints of Kaitoke Green #21552E

Color information

#21552E (or 0x21552E) is unknown color: approx Kaitoke Green. HEX triplet: 21, 55 and 2E. RGB value is (33,85,46). Sum of RGB (Red+Green+Blue) = 33+85+46=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #21552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21552E is #DEAAD1. Grayscale: #414141. Windows color (decimal): -14592722 or 3036449. OLE color: 3036449.

HSL color Cylindrical-coordinate representation of color #21552E: hue angle of 135º 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 #21552E is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB338546-
CMYK0.6100.460.67
HSL135º44.07%23.14%-
HSV(B)135º61.18%33.33%-
XYZ4.377.023.71-
YUV65.01117.27105.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.12%
GREEN value IS 85 (33.59% from 255) = 51.83%
BLUE value IS 46 (18.36% from 255) = 28.05%
R=20.12%
G=51.83%
B=28.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3385460.6100.460.6713544.0723.14
Hex21552E3D02E43872c17
Octal4112556750561032075427
Binary1000011010101101110111101010111010000111000011110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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