#21492D

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

Shades of Kaitoke Green #21492D

Tints of Kaitoke Green #21492D

Color information

#21492D (or 0x21492D) is unknown color: approx Kaitoke Green. HEX triplet: 21, 49 and 2D. RGB value is (33,73,45). Sum of RGB (Red+Green+Blue) = 33+73+45=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 73 - color contains mainly: green. Hex color #21492D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21492D is #DEB6D2. Grayscale: #393939. Windows color (decimal): -14595795 or 2967841. OLE color: 2967841.

HSL color Cylindrical-coordinate representation of color #21492D: hue angle of 138º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #21492D is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB337345-
CMYK0.5500.380.71
HSL138º37.74%20.78%-
HSV(B)138º54.79%28.63%-
XYZ3.485.283.32-
YUV57.85120.75110.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.85%
GREEN value IS 73 (28.91% from 255) = 48.34%
BLUE value IS 45 (17.97% from 255) = 29.80%
R=21.85%
G=48.34%
B=29.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3373450.5500.380.7113837.7420.78
Hex21492D37026478a2615
Octal4111155670461072124625
Binary1000011001001101101110111010011010001111000101010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21492D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21492D; }

 p { color: rgb(33,73,45); }

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

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

 a { background-color: rgb(33,73,45); }

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

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

 span { border-color: rgb(33,73,45); }

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