#226B05

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

Shades of Green #226B05

Tints of Green #226B05

Color information

#226B05 (or 0x226B05) is unknown color: approx Green. HEX triplet: 22, 6B and 05. RGB value is (34,107,5). Sum of RGB (Red+Green+Blue) = 34+107+5=146 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.29% from 146); Green value is 107 (42.19% from 255 or 73.29% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 107 - color contains mainly: green. Hex color #226B05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #226B05 is #DD94FA. Grayscale: #494949. Windows color (decimal): -14521595 or 355106. OLE color: 355106.

HSL color Cylindrical-coordinate representation of color #226B05: hue angle of 102.94º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #226B05 is Cyan = 0.68, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.

Color convert

RGB341075-
CMYK0.6800.950.58
HSL102.94º91.07%21.96%-
HSV(B)102.94º95.33%41.96%-
XYZ5.9410.871.93-
YUV73.5489.3299.79-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.29%
GREEN value IS 107 (42.19% from 255) = 73.29%
BLUE value IS 5 (2.34% from 255) = 3.42%
R=23.29%
G=73.29%
B=3.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3410750.6800.950.58102.9491.0721.96
Hex226B54405F3A675b16
Octal42153510401377214713326
Binary10001011010111011000100010111111110101100111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,107,5); }

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

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

 a { background-color: rgb(34,107,5); }

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

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

 span { border-color: rgb(34,107,5); }

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