Html Css Color HEX #0F972A Forest Green

📋 copy color: '#0F972A'

red 15 ◦ green 151 ◦ blue 42

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

Shades of Forest Green #0F972A

Tints of Forest Green #0F972A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 72.6%

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

R = 7.21%
G = 72.6%
B = 20.19%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#0F972A (or 0x0F972A) is known color: Forest Green. HEX triplet: 0F, 97 and 2A. RGB value is (15,151,42). Sum of RGB (Red+Green+Blue) = 15+151+42=208 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.21% from 208); Green value is 151 (59.38% from 255 or 72.60% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 151 - color contains mainly: green. Hex color #0F972A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F972A is #F068D5. Grayscale: #626262. Windows color (decimal): -15755478 or 2791183. OLE color: 2791183.

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

Color convert

RGB 15 151 42 -
CMYK 0.90 0 0.72 0.41
HSL 131.91º 0.82% 0.33% -
HSV(B) 131.91º 0.9% 0.59% -
XYZ 11.68 22.4 5.9 -
YUV 97.91 96.44 68.86 -
System Red Green Blue C M Y K H S L
Decimal 15 151 42 0.90 0 0.72 0.41 131.91 0.82 0.33
Hex F 97 2A 5A 0 48 29 84 52 21
Octal 17 227 52 132 0 110 51 204 122 41
Binary 1111 10010111 101010 1011010 0 1001000 101001 10000100 1010010 100001

Color Harmonies of #0F972A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F972A

Black with #0F972A

Text Example


Text Example

White with #0F972A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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