#224930

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

Shades of Kaitoke Green #224930

Tints of Kaitoke Green #224930

Color information

#224930 (or 0x224930) is unknown color: approx Kaitoke Green. HEX triplet: 22, 49 and 30. RGB value is (34,73,48). Sum of RGB (Red+Green+Blue) = 34+73+48=155 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.94% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 73 - color contains mainly: green. Hex color #224930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224930 is #DDB6CF. Grayscale: #3A3A3A. Windows color (decimal): -14530256 or 3164450. OLE color: 3164450.

HSL color Cylindrical-coordinate representation of color #224930: hue angle of 141.54º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #224930 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB347348-
CMYK0.5300.340.71
HSL141.54º36.45%20.98%-
HSV(B)141.54º53.42%28.63%-
XYZ3.585.323.63-
YUV58.49122.08110.53-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.94%
GREEN value IS 73 (28.91% from 255) = 47.10%
BLUE value IS 48 (19.14% from 255) = 30.97%
R=21.94%
G=47.10%
B=30.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3473480.5300.340.71141.5436.4520.98
Hex22493035022478e2415
Octal4211160650421072164425
Binary1000101001001110000110101010001010001111000111010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224930; }

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

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

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

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

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

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

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

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