#21472B

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

Shades of Kaitoke Green #21472B

Tints of Kaitoke Green #21472B

Color information

#21472B (or 0x21472B) is unknown color: approx Kaitoke Green. HEX triplet: 21, 47 and 2B. RGB value is (33,71,43). Sum of RGB (Red+Green+Blue) = 33+71+43=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #21472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21472B is #DEB8D4. Grayscale: #383838. Windows color (decimal): -14596309 or 2836257. OLE color: 2836257.

HSL color Cylindrical-coordinate representation of color #21472B: hue angle of 135.79º 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 #21472B is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB337143-
CMYK0.5400.390.72
HSL135.79º36.54%20.39%-
HSV(B)135.79º53.52%27.84%-
XYZ3.3253.08-
YUV56.45120.41111.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.45%
GREEN value IS 71 (28.12% from 255) = 48.30%
BLUE value IS 43 (17.19% from 255) = 29.25%
R=22.45%
G=48.30%
B=29.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3371430.5400.390.72135.7936.5420.39
Hex21472B3602748882514
Octal4110753660471102104524
Binary1000011000111101011110110010011110010001000100010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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