Html Css Color HEX #11A12A Forest Green

📋 copy color: '#11A12A'

red 17 ◦ green 161 ◦ blue 42

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

Shades of Forest Green #11A12A

Tints of Forest Green #11A12A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 73.18%

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

R = 7.73%
G = 73.18%
B = 19.09%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#11A12A (or 0x11A12A) is known color: Forest Green. HEX triplet: 11, A1 and 2A. RGB value is (17,161,42). Sum of RGB (Red+Green+Blue) = 17+161+42=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 161 (63.28% from 255 or 73.18% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 161 - color contains mainly: green. Hex color #11A12A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A12A is #EE5ED5. Grayscale: #686868. Windows color (decimal): -15621846 or 2793745. OLE color: 2793745.

HSL color Cylindrical-coordinate representation of color #11A12A: hue angle of 130.42º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11A12A is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 17 161 42 -
CMYK 0.89 0 0.74 0.37
HSL 130.42º 0.81% 0.35% -
HSV(B) 130.42º 0.89% 0.63% -
XYZ 13.39 25.78 6.46 -
YUV 104.38 92.79 65.68 -
System Red Green Blue C M Y K H S L
Decimal 17 161 42 0.89 0 0.74 0.37 130.42 0.81 0.35
Hex 11 A1 2A 59 0 4A 25 82 51 23
Octal 21 241 52 131 0 112 45 202 121 43
Binary 10001 10100001 101010 1011001 0 1001010 100101 10000010 1010001 100011

Color Harmonies of #11A12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A12A

Black with #11A12A

Text Example


Text Example

White with #11A12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11A12A; }

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

 H1.HeaderClassName
 {
   color: #11A12A;
 }
 .AnyTagClassName
 {
   color: #11A12A;
 }
</style>

background-color css

<style>
 a { background-color: #11A12A; }

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

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

border-color css

<style>
 span { border-color: #11A12A; }

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

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