#224E2D

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

Shades of Kaitoke Green #224E2D

Tints of Kaitoke Green #224E2D

Color information

#224E2D (or 0x224E2D) is unknown color: approx Kaitoke Green. HEX triplet: 22, 4E and 2D. RGB value is (34,78,45). Sum of RGB (Red+Green+Blue) = 34+78+45=157 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.66% from 157); Green value is 78 (30.86% from 255 or 49.68% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 78 - color contains mainly: green. Hex color #224E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #224E2D is #DDB1D2. Grayscale: #3D3D3D. Windows color (decimal): -14528979 or 2969122. OLE color: 2969122.

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

Color convert

RGB347845-
CMYK0.5600.420.69
HSL135º39.29%21.96%-
HSV(B)135º56.41%30.59%-
XYZ3.865.983.43-
YUV61.08118.92108.68-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.66%
GREEN value IS 78 (30.86% from 255) = 49.68%
BLUE value IS 45 (17.97% from 255) = 28.66%
R=21.66%
G=49.68%
B=28.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3478450.5600.420.6913539.2921.96
Hex224E2D3802A45872716
Octal4211655700521052074726
Binary1000101001110101101111000010101010001011000011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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