#0F9025

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

Shades of Forest Green #0F9025

Tints of Forest Green #0F9025

Color information

#0F9025 (or 0x0F9025) is unknown color: approx Forest Green. HEX triplet: 0F, 90 and 25. RGB value is (15,144,37). Sum of RGB (Red+Green+Blue) = 15+144+37=196 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.65% from 196); Green value is 144 (56.64% from 255 or 73.47% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 144 - color contains mainly: green. Hex color #0F9025 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9025 is #F06FDA. Grayscale: #5D5D5D. Windows color (decimal): -15757275 or 2461711. OLE color: 2461711.

HSL color Cylindrical-coordinate representation of color #0F9025: hue angle of 130.23º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9025 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB1514437-
CMYK0.9000.740.44
HSL130.23º81.13%31.18%-
HSV(B)130.23º89.58%56.47%-
XYZ10.520.185.09-
YUV93.2396.2672.2-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.65%
GREEN value IS 144 (56.64% from 255) = 73.47%
BLUE value IS 37 (14.84% from 255) = 18.88%
R=7.65%
G=73.47%
B=18.88%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal15144370.9000.740.44130.2381.1331.18
HexF90255A04A2C82511f
Octal172204513201125420212137
Binary11111001000010010110110100100101010110010000010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,144,37); }

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

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

 a { background-color: rgb(15,144,37); }

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

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

 span { border-color: rgb(15,144,37); }

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