Html Css Color HEX #0F952F Forest Green

📋 copy color: '#0F952F'

red 15 ◦ green 149 ◦ blue 47

#0F952F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #0F952F

Tints of Forest Green #0F952F

RGB

 RED value IS 15 (6.25% from 255) = 7.11%

 GREEN value IS 149 (58.59% from 255) = 70.62%

 BLUE value IS 47 (18.75% from 255) = 22.27%

R = 7.11%
G = 70.62%
B = 22.27%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#0F952F (or 0x0F952F) is known color: Forest Green. HEX triplet: 0F, 95 and 2F. RGB value is (15,149,47). Sum of RGB (Red+Green+Blue) = 15+149+47=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 149 (58.59% from 255 or 70.62% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 149 - color contains mainly: green. Hex color #0F952F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F952F is #F06AD0. Grayscale: #616161. Windows color (decimal): -15755985 or 3118351. OLE color: 3118351.

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

Color convert

RGB 15 149 47 -
CMYK 0.90 0 0.68 0.42
HSL 134.33º 0.82% 0.32% -
HSV(B) 134.33º 0.9% 0.58% -
XYZ 11.46 21.8 6.29 -
YUV 97.31 99.61 69.29 -
System Red Green Blue C M Y K H S L
Decimal 15 149 47 0.90 0 0.68 0.42 134.33 0.82 0.32
Hex F 95 2F 5A 0 44 2A 86 52 20
Octal 17 225 57 132 0 104 52 206 122 40
Binary 1111 10010101 101111 1011010 0 1000100 101010 10000110 1010010 100000

Color Harmonies of #0F952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F952F

Black with #0F952F

Text Example


Text Example

White with #0F952F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F952F;
 }
 .AnyTagClassName
 {
   color: #0F952F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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