#21482D

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

Shades of Kaitoke Green #21482D

Tints of Kaitoke Green #21482D

Color information

#21482D (or 0x21482D) is unknown color: approx Kaitoke Green. HEX triplet: 21, 48 and 2D. RGB value is (33,72,45). Sum of RGB (Red+Green+Blue) = 33+72+45=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #21482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21482D is #DEB7D2. Grayscale: #393939. Windows color (decimal): -14596051 or 2967585. OLE color: 2967585.

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

Color convert

RGB337245-
CMYK0.5400.380.72
HSL138.46º37.14%20.59%-
HSV(B)138.46º54.17%28.24%-
XYZ3.425.153.3-
YUV57.26121.08110.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22%
GREEN value IS 72 (28.52% from 255) = 48%
BLUE value IS 45 (17.97% from 255) = 30%
R=22%
G=48%
B=30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3372450.5400.380.72138.4637.1420.59
Hex21482D36026488a2515
Octal4111055660461102124525
Binary1000011001000101101110110010011010010001000101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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