#21472D

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

Shades of Kaitoke Green #21472D

Tints of Kaitoke Green #21472D

Color information

#21472D (or 0x21472D) is unknown color: approx Kaitoke Green. HEX triplet: 21, 47 and 2D. RGB value is (33,71,45). Sum of RGB (Red+Green+Blue) = 33+71+45=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 71 - color contains mainly: green. Hex color #21472D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21472D is #DEB8D2. Grayscale: #383838. Windows color (decimal): -14596307 or 2967329. OLE color: 2967329.

HSL color Cylindrical-coordinate representation of color #21472D: hue angle of 138.95º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #21472D is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB337145-
CMYK0.5400.370.72
HSL138.95º36.54%20.39%-
HSV(B)138.95º53.52%27.84%-
XYZ3.355.023.27-
YUV56.67121.41111.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.15%
GREEN value IS 71 (28.12% from 255) = 47.65%
BLUE value IS 45 (17.97% from 255) = 30.20%
R=22.15%
G=47.65%
B=30.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3371450.5400.370.72138.9536.5420.39
Hex21472D36025488b2514
Octal4110755660451102134524
Binary1000011000111101101110110010010110010001000101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21472D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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