Html Css Color HEX #11941E Forest Green

📋 copy color: '#11941E'

red 17 ◦ green 148 ◦ blue 30

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

Shades of Forest Green #11941E

Tints of Forest Green #11941E

RGB

 RED value IS 17 (7.03% from 255) = 8.72%

 GREEN value IS 148 (58.2% from 255) = 75.9%

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

R = 8.72%
G = 75.9%
B = 15.38%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#11941E (or 0x11941E) is known color: Forest Green. HEX triplet: 11, 94 and 1E. RGB value is (17,148,30). Sum of RGB (Red+Green+Blue) = 17+148+30=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 148 (58.20% from 255 or 75.90% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 148 - color contains mainly: green. Hex color #11941E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11941E is #EE6BE1. Grayscale: #5F5F5F. Windows color (decimal): -15625186 or 2003985. OLE color: 2003985.

HSL color Cylindrical-coordinate representation of color #11941E: hue angle of 125.95º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11941E is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 148 30 -
CMYK 0.89 0 0.80 0.42
HSL 125.95º 0.79% 0.32% -
HSV(B) 125.95º 0.89% 0.58% -
XYZ 11.06 21.39 4.77 -
YUV 95.38 91.1 72.09 -
System Red Green Blue C M Y K H S L
Decimal 17 148 30 0.89 0 0.80 0.42 125.95 0.79 0.32
Hex 11 94 1E 59 0 50 2A 7E 4F 20
Octal 21 224 36 131 0 120 52 176 117 40
Binary 10001 10010100 11110 1011001 0 1010000 101010 1111110 1001111 100000

Color Harmonies of #11941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11941E

Black with #11941E

Text Example


Text Example

White with #11941E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11941E; }

 p { color: rgb(17,148,30); }

 H1.HeaderClassName
 {
   color: #11941E;
 }
 .AnyTagClassName
 {
   color: #11941E;
 }
</style>

background-color css

<style>
 a { background-color: #11941E; }

 a { background-color: rgb(17,148,30); }

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

border-color css

<style>
 span { border-color: #11941E; }

 span { border-color: rgb(17,148,30); }

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