#0E7F22

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

Shades of Forest Green #0E7F22

Tints of Forest Green #0E7F22

Color information

#0E7F22 (or 0x0E7F22) is unknown color: approx Forest Green. HEX triplet: 0E, 7F and 22. RGB value is (14,127,34). Sum of RGB (Red+Green+Blue) = 14+127+34=175 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8% from 175); Green value is 127 (50% from 255 or 72.57% from 175); Blue value is 34 (13.67% from 255 or 19.43% from 175); Max value from RGB is 127 - color contains mainly: green. Hex color #0E7F22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7F22 is #F180DD. Grayscale: #525252. Windows color (decimal): -15827166 or 2260750. OLE color: 2260750.

HSL color Cylindrical-coordinate representation of color #0E7F22: hue angle of 130.62º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7F22 is Cyan = 0.89, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB1412734-
CMYK0.8900.730.50
HSL130.62º80.14%27.65%-
HSV(B)130.62º88.98%49.8%-
XYZ8.0615.394.06-
YUV82.61100.5679.06-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8%
GREEN value IS 127 (50% from 255) = 72.57%
BLUE value IS 34 (13.67% from 255) = 19.43%
R=8%
G=72.57%
B=19.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal14127340.8900.730.50130.6280.1427.65
HexE7F22590493283501c
Octal161774213101116220312034
Binary1110111111110001010110010100100111001010000011101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,127,34); }

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

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

 a { background-color: rgb(14,127,34); }

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

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

 span { border-color: rgb(14,127,34); }

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