Html Css Color HEX #0F981E Forest Green

📋 copy color: '#0F981E'

red 15 ◦ green 152 ◦ blue 30

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

Shades of Forest Green #0F981E

Tints of Forest Green #0F981E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 77.16%

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

R = 7.61%
G = 77.16%
B = 15.23%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#0F981E (or 0x0F981E) is known color: Forest Green. HEX triplet: 0F, 98 and 1E. RGB value is (15,152,30). Sum of RGB (Red+Green+Blue) = 15+152+30=197 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.61% from 197); Green value is 152 (59.77% from 255 or 77.16% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 152 - color contains mainly: green. Hex color #0F981E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F981E is #F067E1. Grayscale: #616161. Windows color (decimal): -15755234 or 2005007. OLE color: 2005007.

HSL color Cylindrical-coordinate representation of color #0F981E: hue angle of 126.57º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F981E is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 15 152 30 -
CMYK 0.90 0 0.80 0.40
HSL 126.57º 0.82% 0.33% -
HSV(B) 126.57º 0.9% 0.6% -
XYZ 11.66 22.65 4.99 -
YUV 97.13 90.11 69.42 -
System Red Green Blue C M Y K H S L
Decimal 15 152 30 0.90 0 0.80 0.40 126.57 0.82 0.33
Hex F 98 1E 5A 0 50 28 7F 52 21
Octal 17 230 36 132 0 120 50 177 122 41
Binary 1111 10011000 11110 1011010 0 1010000 101000 1111111 1010010 100001

Color Harmonies of #0F981E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F981E

Black with #0F981E

Text Example


Text Example

White with #0F981E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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