Html Css Color HEX #0F982E Forest Green

📋 copy color: '#0F982E'

red 15 ◦ green 152 ◦ blue 46

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

Shades of Forest Green #0F982E

Tints of Forest Green #0F982E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.6%

R = 7.04%
G = 71.36%
B = 21.6%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#0F982E (or 0x0F982E) is known color: Forest Green. HEX triplet: 0F, 98 and 2E. RGB value is (15,152,46). Sum of RGB (Red+Green+Blue) = 15+152+46=213 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.04% from 213); Green value is 152 (59.77% from 255 or 71.36% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 152 - color contains mainly: green. Hex color #0F982E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F982E is #F067D1. Grayscale: #636363. Windows color (decimal): -15755218 or 3053583. OLE color: 3053583.

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

Color convert

RGB 15 152 46 -
CMYK 0.90 0 0.70 0.40
HSL 133.58º 0.82% 0.33% -
HSV(B) 133.58º 0.9% 0.6% -
XYZ 11.92 22.76 6.35 -
YUV 98.95 98.11 68.12 -
System Red Green Blue C M Y K H S L
Decimal 15 152 46 0.90 0 0.70 0.40 133.58 0.82 0.33
Hex F 98 2E 5A 0 46 28 86 52 21
Octal 17 230 56 132 0 106 50 206 122 41
Binary 1111 10011000 101110 1011010 0 1000110 101000 10000110 1010010 100001

Color Harmonies of #0F982E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F982E

Black with #0F982E

Text Example


Text Example

White with #0F982E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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