#224E2B

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

Shades of Kaitoke Green #224E2B

Tints of Kaitoke Green #224E2B

Color information

#224E2B (or 0x224E2B) is unknown color: approx Kaitoke Green. HEX triplet: 22, 4E and 2B. RGB value is (34,78,43). Sum of RGB (Red+Green+Blue) = 34+78+43=155 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.94% from 155); Green value is 78 (30.86% from 255 or 50.32% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 78 - color contains mainly: green. Hex color #224E2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #224E2B is #DDB1D4. Grayscale: #3C3C3C. Windows color (decimal): -14528981 or 2838050. OLE color: 2838050.

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

Color convert

RGB347843-
CMYK0.5600.450.69
HSL132.27º39.29%21.96%-
HSV(B)132.27º56.41%30.59%-
XYZ3.825.963.24-
YUV60.85117.92108.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.94%
GREEN value IS 78 (30.86% from 255) = 50.32%
BLUE value IS 43 (17.19% from 255) = 27.74%
R=21.94%
G=50.32%
B=27.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3478430.5600.450.69132.2739.2921.96
Hex224E2B3802D45842716
Octal4211653700551052044726
Binary1000101001110101011111000010110110001011000010010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,78,43); }

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

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

 a { background-color: rgb(34,78,43); }

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

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

 span { border-color: rgb(34,78,43); }

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