#214930

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

Shades of Kaitoke Green #214930

Tints of Kaitoke Green #214930

Color information

#214930 (or 0x214930) is unknown color: approx Kaitoke Green. HEX triplet: 21, 49 and 30. RGB value is (33,73,48). Sum of RGB (Red+Green+Blue) = 33+73+48=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 73 - color contains mainly: green. Hex color #214930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214930 is #DEB6CF. Grayscale: #3A3A3A. Windows color (decimal): -14595792 or 3164449. OLE color: 3164449.

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

Color convert

RGB337348-
CMYK0.5500.340.71
HSL142.5º37.74%20.78%-
HSV(B)142.5º54.79%28.63%-
XYZ3.545.33.63-
YUV58.19122.25110.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.43%
GREEN value IS 73 (28.91% from 255) = 47.40%
BLUE value IS 48 (19.14% from 255) = 31.17%
R=21.43%
G=47.40%
B=31.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3373480.5500.340.71142.537.7420.78
Hex21493037022478e2615
Octal4111160670421072164625
Binary1000011001001110000110111010001010001111000111010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214930; }

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

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

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

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

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

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

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

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