#224D2A

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

Shades of Kaitoke Green #224D2A

Tints of Kaitoke Green #224D2A

Color information

#224D2A (or 0x224D2A) is unknown color: approx Kaitoke Green. HEX triplet: 22, 4D and 2A. RGB value is (34,77,42). Sum of RGB (Red+Green+Blue) = 34+77+42=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 77 (30.47% from 255 or 50.33% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 77 - color contains mainly: green. Hex color #224D2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #224D2A is #DDB2D5. Grayscale: #3C3C3C. Windows color (decimal): -14529238 or 2772258. OLE color: 2772258.

HSL color Cylindrical-coordinate representation of color #224D2A: hue angle of 131.16º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #224D2A is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.70.

Color convert

RGB347742-
CMYK0.5600.450.70
HSL131.16º38.74%21.76%-
HSV(B)131.16º55.84%30.2%-
XYZ3.735.823.12-
YUV60.15117.75109.35-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.22%
GREEN value IS 77 (30.47% from 255) = 50.33%
BLUE value IS 42 (16.80% from 255) = 27.45%
R=22.22%
G=50.33%
B=27.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3477420.5600.450.70131.1638.7421.76
Hex224D2A3802D46832716
Octal4211552700551062034726
Binary1000101001101101010111000010110110001101000001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,77,42); }

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

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

 a { background-color: rgb(34,77,42); }

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

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

 span { border-color: rgb(34,77,42); }

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