Html Css Color HEX #0F8519 Forest Green

📋 copy color: '#0F8519'

red 15 ◦ green 133 ◦ blue 25

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

Shades of Forest Green #0F8519

Tints of Forest Green #0F8519

RGB

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

 GREEN value IS 133 (52.34% from 255) = 76.88%

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

R = 8.67%
G = 76.88%
B = 14.45%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#0F8519 (or 0x0F8519) is known color: Forest Green. HEX triplet: 0F, 85 and 19. RGB value is (15,133,25). Sum of RGB (Red+Green+Blue) = 15+133+25=173 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.67% from 173); Green value is 133 (52.34% from 255 or 76.88% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 133 - color contains mainly: green. Hex color #0F8519 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8519 is #F07AE6. Grayscale: #555555. Windows color (decimal): -15760103 or 1672463. OLE color: 1672463.

HSL color Cylindrical-coordinate representation of color #0F8519: hue angle of 125.08º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8519 is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB 15 133 25 -
CMYK 0.89 0 0.81 0.48
HSL 125.08º 0.8% 0.29% -
HSV(B) 125.08º 0.89% 0.52% -
XYZ 8.76 16.95 3.73 -
YUV 85.41 93.91 77.78 -
System Red Green Blue C M Y K H S L
Decimal 15 133 25 0.89 0 0.81 0.48 125.08 0.8 0.29
Hex F 85 19 59 0 51 30 7D 50 1D
Octal 17 205 31 131 0 121 60 175 120 35
Binary 1111 10000101 11001 1011001 0 1010001 110000 1111101 1010000 11101

Color Harmonies of #0F8519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8519

Black with #0F8519

Text Example


Text Example

White with #0F8519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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