#0f952a

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

Shades of Forest Green #0F952A

Tints of Forest Green #0F952A

Color information

#0F952A (or 0x0F952A) is unknown color: approx Forest Green. HEX triplet: 0F, 95 and 2A. RGB value is (15,149,42). Sum of RGB (Red+Green+Blue) = 15+149+42=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 149 (58.59% from 255 or 72.33% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 149 - color contains mainly: green. Hex color #0F952A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F952A is #F06AD5. Grayscale: #616161. Windows color (decimal): -15755990 or 2790671. OLE color: 2790671.

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

Color convert

RGB1514942-
CMYK0.9000.720.42
HSL132.09º81.71%32.16%-
HSV(B)132.09º89.93%58.43%-
XYZ11.3621.765.79-
YUV96.7497.1169.7-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.28%
GREEN value IS 149 (58.59% from 255) = 72.33%
BLUE value IS 42 (16.80% from 255) = 20.39%
R=7.28%
G=72.33%
B=20.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal15149420.9000.720.42132.0981.7132.16
HexF952A5A0482A845220
Octal172255213201105220412240
Binary111110010101101010101101001001000101010100001001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f952a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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