#226e00

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

Shades of Green #226E00

Tints of Green #226E00

Color information

#226E00 (or 0x226E00) is unknown color: approx Green. HEX triplet: 22, 6E and 00. RGB value is (34,110,0). Sum of RGB (Red+Green+Blue) = 34+110+0=144 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.61% from 144); Green value is 110 (43.36% from 255 or 76.39% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 110 - color contains mainly: green. Hex color #226E00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #226E00 is #DD91FF. Grayscale: #4B4B4B. Windows color (decimal): -14520832 or 28194. OLE color: 28194.

HSL color Cylindrical-coordinate representation of color #226E00: hue angle of 101.45º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #226E00 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB341100-
CMYK0.69010.57
HSL101.45º100%21.57%-
HSV(B)101.45º100%43.14%-
XYZ6.2411.491.89-
YUV74.7485.8298.94-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.61%
GREEN value IS 110 (43.36% from 255) = 76.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=23.61%
G=76.39%
B=0%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3411000.69010.57101.4510021.57
Hex226E04506439656416
Octal42156010501447114514426
Binary100010110111001000101011001001110011100101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226e00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226e00; }

 p { color: rgb(34,110,0); }

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

<style>
 a { background-color: #226e00; }

 a { background-color: rgb(34,110,0); }

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

<style>
 span { border-color: #226e00; }

 span { border-color: rgb(34,110,0); }

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