#0E9526

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

Shades of Forest Green #0E9526

Tints of Forest Green #0E9526

Color information

#0E9526 (or 0x0E9526) is unknown color: approx Forest Green. HEX triplet: 0E, 95 and 26. RGB value is (14,149,38). Sum of RGB (Red+Green+Blue) = 14+149+38=201 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.97% from 201); Green value is 149 (58.59% from 255 or 74.13% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 149 - color contains mainly: green. Hex color #0E9526 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9526 is #F16AD9. Grayscale: #606060. Windows color (decimal): -15821530 or 2528526. OLE color: 2528526.

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

Color convert

RGB1414938-
CMYK0.9100.740.42
HSL130.67º82.82%31.96%-
HSV(B)130.67º90.6%58.43%-
XYZ11.2821.735.43-
YUV95.9895.2769.53-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.97%
GREEN value IS 149 (58.59% from 255) = 74.13%
BLUE value IS 38 (15.23% from 255) = 18.91%
R=6.97%
G=74.13%
B=18.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14149380.9100.740.42130.6782.8231.96
HexE95265B04A2A835320
Octal162254613301125220312340
Binary111010010101100110101101101001010101010100000111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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