#22492D

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

Shades of Kaitoke Green #22492D

Tints of Kaitoke Green #22492D

Color information

#22492D (or 0x22492D) is unknown color: approx Kaitoke Green. HEX triplet: 22, 49 and 2D. RGB value is (34,73,45). Sum of RGB (Red+Green+Blue) = 34+73+45=152 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.37% from 152); Green value is 73 (28.91% from 255 or 48.03% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 73 - color contains mainly: green. Hex color #22492D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22492D is #DDB6D2. Grayscale: #3A3A3A. Windows color (decimal): -14530259 or 2967842. OLE color: 2967842.

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

Color convert

RGB347345-
CMYK0.5300.380.71
HSL136.92º36.45%20.98%-
HSV(B)136.92º53.42%28.63%-
XYZ3.525.293.32-
YUV58.15120.58110.78-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.37%
GREEN value IS 73 (28.91% from 255) = 48.03%
BLUE value IS 45 (17.97% from 255) = 29.61%
R=22.37%
G=48.03%
B=29.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3473450.5300.380.71136.9236.4520.98
Hex22492D3502647892415
Octal4211155650461072114425
Binary1000101001001101101110101010011010001111000100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22492D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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