#0E9221

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

Shades of Forest Green #0E9221

Tints of Forest Green #0E9221

Color information

#0E9221 (or 0x0E9221) is unknown color: approx Forest Green. HEX triplet: 0E, 92 and 21. RGB value is (14,146,33). Sum of RGB (Red+Green+Blue) = 14+146+33=193 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.25% from 193); Green value is 146 (57.42% from 255 or 75.65% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 146 - color contains mainly: green. Hex color #0E9221 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9221 is #F16DDE. Grayscale: #5D5D5D. Windows color (decimal): -15822303 or 2200078. OLE color: 2200078.

HSL color Cylindrical-coordinate representation of color #0E9221: hue angle of 128.64º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E9221 is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB1414633-
CMYK0.9000.770.43
HSL128.64º82.5%31.37%-
HSV(B)128.64º90.41%57.25%-
XYZ10.7320.764.88-
YUV93.6593.7771.19-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.25%
GREEN value IS 146 (57.42% from 255) = 75.65%
BLUE value IS 33 (13.28% from 255) = 17.10%
R=7.25%
G=75.65%
B=17.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14146330.9000.770.43128.6482.531.37
HexE92215A04D2B81521f
Octal162224113201155320112237
Binary11101001001010000110110100100110110101110000001101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E9221; }

 p { color: rgb(14,146,33); }

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

<style>
 a { background-color: #0E9221; }

 a { background-color: rgb(14,146,33); }

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

<style>
 span { border-color: #0E9221; }

 span { border-color: rgb(14,146,33); }

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