#0E951B

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

Shades of Forest Green #0E951B

Tints of Forest Green #0E951B

Color information

#0E951B (or 0x0E951B) is unknown color: approx Forest Green. HEX triplet: 0E, 95 and 1B. RGB value is (14,149,27). Sum of RGB (Red+Green+Blue) = 14+149+27=190 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.37% from 190); Green value is 149 (58.59% from 255 or 78.42% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 149 - color contains mainly: green. Hex color #0E951B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E951B is #F16AE4. Grayscale: #5F5F5F. Windows color (decimal): -15821541 or 1807630. OLE color: 1807630.

HSL color Cylindrical-coordinate representation of color #0E951B: hue angle of 125.78º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E951B is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB1414927-
CMYK0.9100.820.42
HSL125.78º82.82%31.96%-
HSV(B)125.78º90.6%58.43%-
XYZ11.1321.674.63-
YUV94.7389.7770.42-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.37%
GREEN value IS 149 (58.59% from 255) = 78.42%
BLUE value IS 27 (10.94% from 255) = 14.21%
R=7.37%
G=78.42%
B=14.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14149270.9100.820.42125.7882.8231.96
HexE951B5B0522A7e5320
Octal162253313301225217612340
Binary1110100101011101110110110101001010101011111101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E951B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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