Html Css Color HEX #0F982A Forest Green

📋 copy color: '#0F982A'

red 15 ◦ green 152 ◦ blue 42

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

Shades of Forest Green #0F982A

Tints of Forest Green #0F982A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.1%

R = 7.18%
G = 72.73%
B = 20.1%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#0F982A (or 0x0F982A) is known color: Forest Green. HEX triplet: 0F, 98 and 2A. RGB value is (15,152,42). Sum of RGB (Red+Green+Blue) = 15+152+42=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 152 (59.77% from 255 or 72.73% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 152 - color contains mainly: green. Hex color #0F982A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F982A is #F067D5. Grayscale: #626262. Windows color (decimal): -15755222 or 2791439. OLE color: 2791439.

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

Color convert

RGB 15 152 42 -
CMYK 0.90 0 0.72 0.40
HSL 131.82º 0.82% 0.33% -
HSV(B) 131.82º 0.9% 0.6% -
XYZ 11.84 22.73 5.95 -
YUV 98.5 96.11 68.44 -
System Red Green Blue C M Y K H S L
Decimal 15 152 42 0.90 0 0.72 0.40 131.82 0.82 0.33
Hex F 98 2A 5A 0 48 28 84 52 21
Octal 17 230 52 132 0 110 50 204 122 41
Binary 1111 10011000 101010 1011010 0 1001000 101000 10000100 1010010 100001

Color Harmonies of #0F982A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F982A

Black with #0F982A

Text Example


Text Example

White with #0F982A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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