#0F9526

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

Shades of Forest Green #0F9526

Tints of Forest Green #0F9526

Color information

#0F9526 (or 0x0F9526) is unknown color: approx Forest Green. HEX triplet: 0F, 95 and 26. RGB value is (15,149,38). Sum of RGB (Red+Green+Blue) = 15+149+38=202 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.43% from 202); Green value is 149 (58.59% from 255 or 73.76% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 149 - color contains mainly: green. Hex color #0F9526 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9526 is #F06AD9. Grayscale: #606060. Windows color (decimal): -15755994 or 2528527. OLE color: 2528527.

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

Color convert

RGB1514938-
CMYK0.9000.740.42
HSL130.3º81.71%32.16%-
HSV(B)130.3º89.93%58.43%-
XYZ11.2921.745.43-
YUV96.2895.1170.03-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.43%
GREEN value IS 149 (58.59% from 255) = 73.76%
BLUE value IS 38 (15.23% from 255) = 18.81%
R=7.43%
G=73.76%
B=18.81%

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
Decimal15149380.9000.740.42130.381.7132.16
HexF95265A04A2A825220
Octal172254613201125220212240
Binary111110010101100110101101001001010101010100000101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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