#0F9527

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

Shades of Forest Green #0F9527

Tints of Forest Green #0F9527

Color information

#0F9527 (or 0x0F9527) is unknown color: approx Forest Green. HEX triplet: 0F, 95 and 27. RGB value is (15,149,39). Sum of RGB (Red+Green+Blue) = 15+149+39=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 149 (58.59% from 255 or 73.40% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 149 - color contains mainly: green. Hex color #0F9527 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9527 is #F06AD8. Grayscale: #606060. Windows color (decimal): -15755993 or 2594063. OLE color: 2594063.

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

Color convert

RGB1514939-
CMYK0.9000.740.42
HSL130.75º81.71%32.16%-
HSV(B)130.75º89.93%58.43%-
XYZ11.3121.745.52-
YUV96.3995.6169.94-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.39%
GREEN value IS 149 (58.59% from 255) = 73.40%
BLUE value IS 39 (15.62% from 255) = 19.21%
R=7.39%
G=73.40%
B=19.21%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal15149390.9000.740.42130.7581.7132.16
HexF95275A04A2A835220
Octal172254713201125220312240
Binary111110010101100111101101001001010101010100000111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,149,39); }

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

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

 a { background-color: rgb(15,149,39); }

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

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

 span { border-color: rgb(15,149,39); }

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