#224A2C

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

Shades of Kaitoke Green #224A2C

Tints of Kaitoke Green #224A2C

Color information

#224A2C (or 0x224A2C) is unknown color: approx Kaitoke Green. HEX triplet: 22, 4A and 2C. RGB value is (34,74,44). Sum of RGB (Red+Green+Blue) = 34+74+44=152 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.37% from 152); Green value is 74 (29.30% from 255 or 48.68% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 74 - color contains mainly: green. Hex color #224A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224A2C is #DDB5D3. Grayscale: #3A3A3A. Windows color (decimal): -14530004 or 2902562. OLE color: 2902562.

HSL color Cylindrical-coordinate representation of color #224A2C: hue angle of 135º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #224A2C is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB347444-
CMYK0.5400.410.71
HSL135º37.04%21.18%-
HSV(B)135º54.05%29.02%-
XYZ3.565.423.24-
YUV58.62119.75110.44-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.37%
GREEN value IS 74 (29.30% from 255) = 48.68%
BLUE value IS 44 (17.58% from 255) = 28.95%
R=22.37%
G=48.68%
B=28.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3474440.5400.410.7113537.0421.18
Hex224A2C3602947872515
Octal4211254660511072074525
Binary1000101001010101100110110010100110001111000011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224A2C; }

 p { color: rgb(34,74,44); }

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

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

 a { background-color: rgb(34,74,44); }

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

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

 span { border-color: rgb(34,74,44); }

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