#0E7F1B

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

Shades of Forest Green #0E7F1B

Tints of Forest Green #0E7F1B

Color information

#0E7F1B (or 0x0E7F1B) is unknown color: approx Forest Green. HEX triplet: 0E, 7F and 1B. RGB value is (14,127,27). Sum of RGB (Red+Green+Blue) = 14+127+27=168 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.33% from 168); Green value is 127 (50% from 255 or 75.60% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 127 - color contains mainly: green. Hex color #0E7F1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7F1B is #F180E4. Grayscale: #525252. Windows color (decimal): -15827173 or 1801998. OLE color: 1801998.

HSL color Cylindrical-coordinate representation of color #0E7F1B: hue angle of 126.9º 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 #0E7F1B is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.50.

Color convert

RGB1412727-
CMYK0.8900.790.50
HSL126.9º80.14%27.65%-
HSV(B)126.9º88.98%49.8%-
XYZ7.9715.353.58-
YUV81.8197.0679.63-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.33%
GREEN value IS 127 (50% from 255) = 75.60%
BLUE value IS 27 (10.94% from 255) = 16.07%
R=8.33%
G=75.60%
B=16.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal14127270.8900.790.50126.980.1427.65
HexE7F1B5904F327f501c
Octal161773313101176217712034
Binary11101111111110111011001010011111100101111111101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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