#224F2E

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

Shades of Kaitoke Green #224F2E

Tints of Kaitoke Green #224F2E

Color information

#224F2E (or 0x224F2E) is unknown color: approx Kaitoke Green. HEX triplet: 22, 4F and 2E. RGB value is (34,79,46). Sum of RGB (Red+Green+Blue) = 34+79+46=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 79 (31.25% from 255 or 49.69% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 79 - color contains mainly: green. Hex color #224F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #224F2E is #DDB0D1. Grayscale: #3D3D3D. Windows color (decimal): -14528722 or 3034914. OLE color: 3034914.

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

Color convert

RGB347946-
CMYK0.5700.420.69
HSL136º39.82%22.16%-
HSV(B)136º56.96%30.98%-
XYZ3.956.133.56-
YUV61.78119.09108.18-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.38%
GREEN value IS 79 (31.25% from 255) = 49.69%
BLUE value IS 46 (18.36% from 255) = 28.93%
R=21.38%
G=49.69%
B=28.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3479460.5700.420.6913639.8222.16
Hex224F2E3902A45882816
Octal4211756710521052105026
Binary1000101001111101110111001010101010001011000100010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,79,46); }

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

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

 a { background-color: rgb(34,79,46); }

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

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

 span { border-color: rgb(34,79,46); }

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