Html Css Color HEX #0E991E Forest Green

📋 copy color: '#0E991E'

red 14 ◦ green 153 ◦ blue 30

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

Shades of Forest Green #0E991E

Tints of Forest Green #0E991E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.23%

R = 7.11%
G = 77.66%
B = 15.23%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#0E991E (or 0x0E991E) is known color: Forest Green. HEX triplet: 0E, 99 and 1E. RGB value is (14,153,30). Sum of RGB (Red+Green+Blue) = 14+153+30=197 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.11% from 197); Green value is 153 (60.16% from 255 or 77.66% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 153 - color contains mainly: green. Hex color #0E991E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E991E is #F166E1. Grayscale: #616161. Windows color (decimal): -15820514 or 2005262. OLE color: 2005262.

HSL color Cylindrical-coordinate representation of color #0E991E: hue angle of 126.91º 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 #0E991E is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 14 153 30 -
CMYK 0.91 0 0.80 0.4
HSL 126.91º 0.83% 0.33% -
HSV(B) 126.91º 0.91% 0.6% -
XYZ 11.81 22.97 5.04 -
YUV 97.42 89.95 68.5 -
System Red Green Blue C M Y K H S L
Decimal 14 153 30 0.91 0 0.80 0.4 126.91 0.83 0.33
Hex E 99 1E 5B 0 50 28 7F 53 21
Octal 16 231 36 133 0 120 50 177 123 41
Binary 1110 10011001 11110 1011011 0 1010000 101000 1111111 1010011 100001

Color Harmonies of #0E991E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E991E

Black with #0E991E

Text Example


Text Example

White with #0E991E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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