#0E9B27

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

Shades of Forest Green #0E9B27

Tints of Forest Green #0E9B27

Color information

#0E9B27 (or 0x0E9B27) is unknown color: approx Forest Green. HEX triplet: 0E, 9B and 27. RGB value is (14,155,39). Sum of RGB (Red+Green+Blue) = 14+155+39=208 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.73% from 208); Green value is 155 (60.94% from 255 or 74.52% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 155 - color contains mainly: green. Hex color #0E9B27 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9B27 is #F164D8. Grayscale: #636363. Windows color (decimal): -15819993 or 2595598. OLE color: 2595598.

HSL color Cylindrical-coordinate representation of color #0E9B27: hue angle of 130.64º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9B27 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB1415539-
CMYK0.9100.750.39
HSL130.64º83.43%33.14%-
HSV(B)130.64º90.97%60.78%-
XYZ12.2723.685.84-
YUV99.6293.7966.93-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.73%
GREEN value IS 155 (60.94% from 255) = 74.52%
BLUE value IS 39 (15.62% from 255) = 18.75%
R=6.73%
G=74.52%
B=18.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14155390.9100.750.39130.6483.4333.14
HexE9B275B04B27835321
Octal162334713301134720312341
Binary111010011011100111101101101001011100111100000111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,155,39); }

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

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

 a { background-color: rgb(14,155,39); }

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

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

 span { border-color: rgb(14,155,39); }

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