#21502C

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

Shades of Kaitoke Green #21502C

Tints of Kaitoke Green #21502C

Color information

#21502C (or 0x21502C) is unknown color: approx Kaitoke Green. HEX triplet: 21, 50 and 2C. RGB value is (33,80,44). Sum of RGB (Red+Green+Blue) = 33+80+44=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #21502C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21502C is #DEAFD3. Grayscale: #3D3D3D. Windows color (decimal): -14594004 or 2904097. OLE color: 2904097.

HSL color Cylindrical-coordinate representation of color #21502C: hue angle of 134.04º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #21502C is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB338044-
CMYK0.5900.450.69
HSL134.04º41.59%22.16%-
HSV(B)134.04º58.75%31.37%-
XYZ3.956.243.38-
YUV61.84117.93107.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.02%
GREEN value IS 80 (31.64% from 255) = 50.96%
BLUE value IS 44 (17.58% from 255) = 28.03%
R=21.02%
G=50.96%
B=28.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3380440.5900.450.69134.0441.5922.16
Hex21502C3B02D45862a16
Octal4112054730551052065226
Binary1000011010000101100111011010110110001011000011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21502C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21502C; }

 p { color: rgb(33,80,44); }

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

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

 a { background-color: rgb(33,80,44); }

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

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

 span { border-color: rgb(33,80,44); }

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