Html Css Color HEX #11982A Forest Green

📋 copy color: '#11982A'

red 17 ◦ green 152 ◦ blue 42

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

Shades of Forest Green #11982A

Tints of Forest Green #11982A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 72.04%

 BLUE value IS 42 (16.8% from 255) = 19.91%

R = 8.06%
G = 72.04%
B = 19.91%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#11982A (or 0x11982A) is known color: Forest Green. HEX triplet: 11, 98 and 2A. RGB value is (17,152,42). Sum of RGB (Red+Green+Blue) = 17+152+42=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 152 (59.77% from 255 or 72.04% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 152 - color contains mainly: green. Hex color #11982A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11982A is #EE67D5. Grayscale: #636363. Windows color (decimal): -15624150 or 2791441. OLE color: 2791441.

HSL color Cylindrical-coordinate representation of color #11982A: hue angle of 131.11º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11982A is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 17 152 42 -
CMYK 0.89 0 0.72 0.40
HSL 131.11º 0.8% 0.33% -
HSV(B) 131.11º 0.89% 0.6% -
XYZ 11.88 22.74 5.95 -
YUV 99.1 95.77 69.44 -
System Red Green Blue C M Y K H S L
Decimal 17 152 42 0.89 0 0.72 0.40 131.11 0.8 0.33
Hex 11 98 2A 59 0 48 28 83 50 21
Octal 21 230 52 131 0 110 50 203 120 41
Binary 10001 10011000 101010 1011001 0 1001000 101000 10000011 1010000 100001

Color Harmonies of #11982A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11982A

Black with #11982A

Text Example


Text Example

White with #11982A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11982A; }

 p { color: rgb(17,152,42); }

 H1.HeaderClassName
 {
   color: #11982A;
 }
 .AnyTagClassName
 {
   color: #11982A;
 }
</style>

background-color css

<style>
 a { background-color: #11982A; }

 a { background-color: rgb(17,152,42); }

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

border-color css

<style>
 span { border-color: #11982A; }

 span { border-color: rgb(17,152,42); }

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