Html Css Color HEX #0E8515 Forest Green

📋 copy color: '#0E8515'

red 14 ◦ green 133 ◦ blue 21

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

Shades of Forest Green #0E8515

Tints of Forest Green #0E8515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.5%

R = 8.33%
G = 79.17%
B = 12.5%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#0E8515 (or 0x0E8515) is known color: Forest Green. HEX triplet: 0E, 85 and 15. RGB value is (14,133,21). Sum of RGB (Red+Green+Blue) = 14+133+21=168 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.33% from 168); Green value is 133 (52.34% from 255 or 79.17% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 133 - color contains mainly: green. Hex color #0E8515 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E8515 is #F17AEA. Grayscale: #545454. Windows color (decimal): -15825643 or 1410318. OLE color: 1410318.

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

Color convert

RGB 14 133 21 -
CMYK 0.89 0 0.84 0.48
HSL 123.53º 0.81% 0.29% -
HSV(B) 123.53º 0.89% 0.52% -
XYZ 8.7 16.92 3.52 -
YUV 84.65 92.08 77.61 -
System Red Green Blue C M Y K H S L
Decimal 14 133 21 0.89 0 0.84 0.48 123.53 0.81 0.29
Hex E 85 15 59 0 54 30 7C 51 1D
Octal 16 205 25 131 0 124 60 174 121 35
Binary 1110 10000101 10101 1011001 0 1010100 110000 1111100 1010001 11101

Color Harmonies of #0E8515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8515

Black with #0E8515

Text Example


Text Example

White with #0E8515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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