Html Css Color HEX #0F961E Forest Green

📋 copy color: '#0F961E'

red 15 ◦ green 150 ◦ blue 30

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

Shades of Forest Green #0F961E

Tints of Forest Green #0F961E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 76.92%

 BLUE value IS 30 (12.11% from 255) = 15.38%

R = 7.69%
G = 76.92%
B = 15.38%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#0F961E (or 0x0F961E) is known color: Forest Green. HEX triplet: 0F, 96 and 1E. RGB value is (15,150,30). Sum of RGB (Red+Green+Blue) = 15+150+30=195 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.69% from 195); Green value is 150 (58.98% from 255 or 76.92% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 150 - color contains mainly: green. Hex color #0F961E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F961E is #F069E1. Grayscale: #606060. Windows color (decimal): -15755746 or 2004495. OLE color: 2004495.

HSL color Cylindrical-coordinate representation of color #0F961E: hue angle of 126.67º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F961E is Cyan = 0.9, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 15 150 30 -
CMYK 0.9 0 0.80 0.41
HSL 126.67º 0.82% 0.32% -
HSV(B) 126.67º 0.9% 0.59% -
XYZ 11.34 22.01 4.88 -
YUV 95.96 90.77 70.26 -
System Red Green Blue C M Y K H S L
Decimal 15 150 30 0.9 0 0.80 0.41 126.67 0.82 0.32
Hex F 96 1E 5A 0 50 29 7F 52 20
Octal 17 226 36 132 0 120 51 177 122 40
Binary 1111 10010110 11110 1011010 0 1010000 101001 1111111 1010010 100000

Color Harmonies of #0F961E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F961E

Black with #0F961E

Text Example


Text Example

White with #0F961E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,150,30); }

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

background-color css

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

 a { background-color: rgb(15,150,30); }

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

border-color css

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

 span { border-color: rgb(15,150,30); }

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