#21492E

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

Shades of Kaitoke Green #21492E

Tints of Kaitoke Green #21492E

Color information

#21492E (or 0x21492E) is unknown color: approx Kaitoke Green. HEX triplet: 21, 49 and 2E. RGB value is (33,73,46). Sum of RGB (Red+Green+Blue) = 33+73+46=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 73 (28.91% from 255 or 48.03% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 73 - color contains mainly: green. Hex color #21492E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21492E is #DEB6D1. Grayscale: #3A3A3A. Windows color (decimal): -14595794 or 3033377. OLE color: 3033377.

HSL color Cylindrical-coordinate representation of color #21492E: hue angle of 139.5º 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 #21492E is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB337346-
CMYK0.5500.370.71
HSL139.5º37.74%20.78%-
HSV(B)139.5º54.79%28.63%-
XYZ3.55.293.42-
YUV57.96121.25110.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.71%
GREEN value IS 73 (28.91% from 255) = 48.03%
BLUE value IS 46 (18.36% from 255) = 30.26%
R=21.71%
G=48.03%
B=30.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3373460.5500.370.71139.537.7420.78
Hex21492E37025478c2615
Octal4111156670451072144625
Binary1000011001001101110110111010010110001111000110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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