Html Css Color HEX #11941C Forest Green

📋 copy color: '#11941C'

red 17 ◦ green 148 ◦ blue 28

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

Shades of Forest Green #11941C

Tints of Forest Green #11941C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.51%

R = 8.81%
G = 76.68%
B = 14.51%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#11941C (or 0x11941C) is known color: Forest Green. HEX triplet: 11, 94 and 1C. RGB value is (17,148,28). Sum of RGB (Red+Green+Blue) = 17+148+28=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 148 (58.20% from 255 or 76.68% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 148 - color contains mainly: green. Hex color #11941C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11941C is #EE6BE3. Grayscale: #5F5F5F. Windows color (decimal): -15625188 or 1872913. OLE color: 1872913.

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

Color convert

RGB 17 148 28 -
CMYK 0.89 0 0.81 0.42
HSL 125.04º 0.79% 0.32% -
HSV(B) 125.04º 0.89% 0.58% -
XYZ 11.03 21.38 4.64 -
YUV 95.15 90.1 72.26 -
System Red Green Blue C M Y K H S L
Decimal 17 148 28 0.89 0 0.81 0.42 125.04 0.79 0.32
Hex 11 94 1C 59 0 51 2A 7D 4F 20
Octal 21 224 34 131 0 121 52 175 117 40
Binary 10001 10010100 11100 1011001 0 1010001 101010 1111101 1001111 100000

Color Harmonies of #11941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11941C

Black with #11941C

Text Example


Text Example

White with #11941C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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