#22492F

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

Shades of Kaitoke Green #22492F

Tints of Kaitoke Green #22492F

Color information

#22492F (or 0x22492F) is unknown color: approx Kaitoke Green. HEX triplet: 22, 49 and 2F. RGB value is (34,73,47). Sum of RGB (Red+Green+Blue) = 34+73+47=154 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.08% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 73 - color contains mainly: green. Hex color #22492F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22492F is #DDB6D0. Grayscale: #3A3A3A. Windows color (decimal): -14530257 or 3098914. OLE color: 3098914.

HSL color Cylindrical-coordinate representation of color #22492F: hue angle of 140º 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 #22492F is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB347347-
CMYK0.5300.360.71
HSL140º36.45%20.98%-
HSV(B)140º53.42%28.63%-
XYZ3.565.313.53-
YUV58.38121.58110.61-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.08%
GREEN value IS 73 (28.91% from 255) = 47.40%
BLUE value IS 47 (18.75% from 255) = 30.52%
R=22.08%
G=47.40%
B=30.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3473470.5300.360.7114036.4520.98
Hex22492F35024478c2415
Octal4211157650441072144425
Binary1000101001001101111110101010010010001111000110010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22492F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22492F; }

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

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

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

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

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

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

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

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