#0E952B

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

Shades of Forest Green #0E952B

Tints of Forest Green #0E952B

Color information

#0E952B (or 0x0E952B) is unknown color: approx Forest Green. HEX triplet: 0E, 95 and 2B. RGB value is (14,149,43). Sum of RGB (Red+Green+Blue) = 14+149+43=206 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.80% from 206); Green value is 149 (58.59% from 255 or 72.33% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 149 - color contains mainly: green. Hex color #0E952B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E952B is #F16AD4. Grayscale: #606060. Windows color (decimal): -15821525 or 2856206. OLE color: 2856206.

HSL color Cylindrical-coordinate representation of color #0E952B: hue angle of 132.89º 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 #0E952B is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB1414943-
CMYK0.9100.710.42
HSL132.89º82.82%31.96%-
HSV(B)132.89º90.6%58.43%-
XYZ11.3621.765.89-
YUV96.5597.7769.12-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.80%
GREEN value IS 149 (58.59% from 255) = 72.33%
BLUE value IS 43 (17.19% from 255) = 20.87%
R=6.80%
G=72.33%
B=20.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14149430.9100.710.42132.8982.8231.96
HexE952B5B0472A855320
Octal162255313301075220512340
Binary111010010101101011101101101000111101010100001011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E952B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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