#0f952d

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

Shades of Forest Green #0F952D

Tints of Forest Green #0F952D

Color information

#0F952D (or 0x0F952D) is unknown color: approx Forest Green. HEX triplet: 0F, 95 and 2D. RGB value is (15,149,45). Sum of RGB (Red+Green+Blue) = 15+149+45=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 149 (58.59% from 255 or 71.29% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 149 - color contains mainly: green. Hex color #0F952D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F952D is #F06AD2. Grayscale: #616161. Windows color (decimal): -15755987 or 2987279. OLE color: 2987279.

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

Color convert

RGB1514945-
CMYK0.9000.700.42
HSL133.43º81.71%32.16%-
HSV(B)133.43º89.93%58.43%-
XYZ11.4221.796.09-
YUV97.0898.6169.46-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.18%
GREEN value IS 149 (58.59% from 255) = 71.29%
BLUE value IS 45 (17.97% from 255) = 21.53%
R=7.18%
G=71.29%
B=21.53%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal15149450.9000.700.42133.4381.7132.16
HexF952D5A0462A855220
Octal172255513201065220512240
Binary111110010101101101101101001000110101010100001011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f952d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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