#224D2B

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

Shades of Kaitoke Green #224D2B

Tints of Kaitoke Green #224D2B

Color information

#224D2B (or 0x224D2B) is unknown color: approx Kaitoke Green. HEX triplet: 22, 4D and 2B. RGB value is (34,77,43). Sum of RGB (Red+Green+Blue) = 34+77+43=154 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.08% from 154); Green value is 77 (30.47% from 255 or 50% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 77 - color contains mainly: green. Hex color #224D2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #224D2B is #DDB2D4. Grayscale: #3C3C3C. Windows color (decimal): -14529237 or 2837794. OLE color: 2837794.

HSL color Cylindrical-coordinate representation of color #224D2B: hue angle of 132.56º 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 #224D2B is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.70.

Color convert

RGB347743-
CMYK0.5600.440.70
HSL132.56º38.74%21.76%-
HSV(B)132.56º55.84%30.2%-
XYZ3.755.823.21-
YUV60.27118.25109.26-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.08%
GREEN value IS 77 (30.47% from 255) = 50%
BLUE value IS 43 (17.19% from 255) = 27.92%
R=22.08%
G=50%
B=27.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3477430.5600.440.70132.5638.7421.76
Hex224D2B3802C46852716
Octal4211553700541062054726
Binary1000101001101101011111000010110010001101000010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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