Html Css Color HEX #0F8E19 Forest Green

📋 copy color: '#0F8E19'

red 15 ◦ green 142 ◦ blue 25

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

Shades of Forest Green #0F8E19

Tints of Forest Green #0F8E19

RGB

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

 GREEN value IS 142 (55.86% from 255) = 78.02%

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

R = 8.24%
G = 78.02%
B = 13.74%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#0F8E19 (or 0x0F8E19) is known color: Forest Green. HEX triplet: 0F, 8E and 19. RGB value is (15,142,25). Sum of RGB (Red+Green+Blue) = 15+142+25=182 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.24% from 182); Green value is 142 (55.86% from 255 or 78.02% from 182); Blue value is 25 (10.16% from 255 or 13.74% from 182); Max value from RGB is 142 - color contains mainly: green. Hex color #0F8E19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8E19 is #F071E6. Grayscale: #5B5B5B. Windows color (decimal): -15757799 or 1674767. OLE color: 1674767.

HSL color Cylindrical-coordinate representation of color #0F8E19: hue angle of 124.72º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8E19 is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB 15 142 25 -
CMYK 0.89 0 0.82 0.44
HSL 124.72º 0.81% 0.31% -
HSV(B) 124.72º 0.89% 0.56% -
XYZ 10.05 19.52 4.16 -
YUV 90.69 90.92 74.01 -
System Red Green Blue C M Y K H S L
Decimal 15 142 25 0.89 0 0.82 0.44 124.72 0.81 0.31
Hex F 8E 19 59 0 52 2C 7D 51 1F
Octal 17 216 31 131 0 122 54 175 121 37
Binary 1111 10001110 11001 1011001 0 1010010 101100 1111101 1010001 11111

Color Harmonies of #0F8E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8E19

Black with #0F8E19

Text Example


Text Example

White with #0F8E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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