Html Css Color HEX #0F7C19 Forest Green

📋 copy color: '#0F7C19'

red 15 ◦ green 124 ◦ blue 25

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

Shades of Forest Green #0F7C19

Tints of Forest Green #0F7C19

RGB

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

 GREEN value IS 124 (48.83% from 255) = 75.61%

 BLUE value IS 25 (10.16% from 255) = 15.24%

R = 9.15%
G = 75.61%
B = 15.24%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.80

 K value IS 0.51

RGB Variations

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

Color information

#0F7C19 (or 0x0F7C19) is known color: Forest Green. HEX triplet: 0F, 7C and 19. RGB value is (15,124,25). Sum of RGB (Red+Green+Blue) = 15+124+25=164 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.15% from 164); Green value is 124 (48.83% from 255 or 75.61% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 124 - color contains mainly: green. Hex color #0F7C19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7C19 is #F083E6. Grayscale: #505050. Windows color (decimal): -15762407 or 1670159. OLE color: 1670159.

HSL color Cylindrical-coordinate representation of color #0F7C19: hue angle of 125.5º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7C19 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.51.

Color convert

RGB 15 124 25 -
CMYK 0.88 0 0.80 0.51
HSL 125.5º 0.78% 0.27% -
HSV(B) 125.5º 0.88% 0.49% -
XYZ 7.58 14.59 3.34 -
YUV 80.12 96.89 81.55 -
System Red Green Blue C M Y K H S L
Decimal 15 124 25 0.88 0 0.80 0.51 125.5 0.78 0.27
Hex F 7C 19 58 0 50 33 7E 4E 1B
Octal 17 174 31 130 0 120 63 176 116 33
Binary 1111 1111100 11001 1011000 0 1010000 110011 1111110 1001110 11011

Color Harmonies of #0F7C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7C19

Black with #0F7C19

Text Example


Text Example

White with #0F7C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,124,25); }

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

background-color css

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

 a { background-color: rgb(15,124,25); }

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

border-color css

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

 span { border-color: rgb(15,124,25); }

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