Html Css Color HEX #0E8519 Forest Green

📋 copy color: '#0E8519'

red 14 ◦ green 133 ◦ blue 25

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

Shades of Forest Green #0E8519

Tints of Forest Green #0E8519

RGB

 RED value IS 14 (5.86% from 255) = 8.14%

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

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

R = 8.14%
G = 77.33%
B = 14.53%

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

#0E8519 (or 0x0E8519) is known color: Forest Green. HEX triplet: 0E, 85 and 19. RGB value is (14,133,25). Sum of RGB (Red+Green+Blue) = 14+133+25=172 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.14% from 172); Green value is 133 (52.34% from 255 or 77.33% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 133 - color contains mainly: green. Hex color #0E8519 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E8519 is #F17AE6. Grayscale: #555555. Windows color (decimal): -15825639 or 1672462. OLE color: 1672462.

HSL color Cylindrical-coordinate representation of color #0E8519: hue angle of 125.55º degrees, saturation: 0.81, 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 #0E8519 is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB 14 133 25 -
CMYK 0.89 0 0.81 0.48
HSL 125.55º 0.81% 0.29% -
HSV(B) 125.55º 0.89% 0.52% -
XYZ 8.74 16.94 3.73 -
YUV 85.11 94.08 77.28 -
System Red Green Blue C M Y K H S L
Decimal 14 133 25 0.89 0 0.81 0.48 125.55 0.81 0.29
Hex E 85 19 59 0 51 30 7E 51 1D
Octal 16 205 31 131 0 121 60 176 121 35
Binary 1110 10000101 11001 1011001 0 1010001 110000 1111110 1010001 11101

Color Harmonies of #0E8519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8519

Black with #0E8519

Text Example


Text Example

White with #0E8519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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