#224B2C

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

Shades of Kaitoke Green #224B2C

Tints of Kaitoke Green #224B2C

Color information

#224B2C (or 0x224B2C) is unknown color: approx Kaitoke Green. HEX triplet: 22, 4B and 2C. RGB value is (34,75,44). Sum of RGB (Red+Green+Blue) = 34+75+44=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 75 (29.69% from 255 or 49.02% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 75 - color contains mainly: green. Hex color #224B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224B2C is #DDB4D3. Grayscale: #3B3B3B. Windows color (decimal): -14529748 or 2902818. OLE color: 2902818.

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

Color convert

RGB347544-
CMYK0.5500.410.71
HSL134.63º37.61%21.37%-
HSV(B)134.63º54.67%29.41%-
XYZ3.635.553.26-
YUV59.21119.42110.02-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.22%
GREEN value IS 75 (29.69% from 255) = 49.02%
BLUE value IS 44 (17.58% from 255) = 28.76%
R=22.22%
G=49.02%
B=28.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3475440.5500.410.71134.6337.6121.37
Hex224B2C3702947872615
Octal4211354670511072074625
Binary1000101001011101100110111010100110001111000011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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