Html Css Color HEX #0E991D Forest Green

📋 copy color: '#0E991D'

red 14 ◦ green 153 ◦ blue 29

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

Shades of Forest Green #0E991D

Tints of Forest Green #0E991D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 78.06%

 BLUE value IS 29 (11.72% from 255) = 14.8%

R = 7.14%
G = 78.06%
B = 14.8%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.4

RGB Variations

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

Color information

#0E991D (or 0x0E991D) is known color: Forest Green. HEX triplet: 0E, 99 and 1D. RGB value is (14,153,29). Sum of RGB (Red+Green+Blue) = 14+153+29=196 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.14% from 196); Green value is 153 (60.16% from 255 or 78.06% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 153 - color contains mainly: green. Hex color #0E991D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E991D is #F166E2. Grayscale: #616161. Windows color (decimal): -15820515 or 1939726. OLE color: 1939726.

HSL color Cylindrical-coordinate representation of color #0E991D: hue angle of 126.47º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E991D is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.4.

Color convert

RGB 14 153 29 -
CMYK 0.91 0 0.81 0.4
HSL 126.47º 0.83% 0.33% -
HSV(B) 126.47º 0.91% 0.6% -
XYZ 11.79 22.96 4.97 -
YUV 97.3 89.45 68.58 -
System Red Green Blue C M Y K H S L
Decimal 14 153 29 0.91 0 0.81 0.4 126.47 0.83 0.33
Hex E 99 1D 5B 0 51 28 7E 53 21
Octal 16 231 35 133 0 121 50 176 123 41
Binary 1110 10011001 11101 1011011 0 1010001 101000 1111110 1010011 100001

Color Harmonies of #0E991D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E991D

Black with #0E991D

Text Example


Text Example

White with #0E991D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,153,29); }

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

background-color css

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

 a { background-color: rgb(14,153,29); }

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

border-color css

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

 span { border-color: rgb(14,153,29); }

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