Html Css Color HEX #11801C Forest Green

📋 copy color: '#11801C'

red 17 ◦ green 128 ◦ blue 28

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

Shades of Forest Green #11801C

Tints of Forest Green #11801C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 73.99%

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

R = 9.83%
G = 73.99%
B = 16.18%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#11801C (or 0x11801C) is known color: Forest Green. HEX triplet: 11, 80 and 1C. RGB value is (17,128,28). Sum of RGB (Red+Green+Blue) = 17+128+28=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 128 (50.39% from 255 or 73.99% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 128 - color contains mainly: green. Hex color #11801C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11801C is #EE7FE3. Grayscale: #535353. Windows color (decimal): -15630308 or 1867793. OLE color: 1867793.

HSL color Cylindrical-coordinate representation of color #11801C: hue angle of 125.95º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11801C is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 128 28 -
CMYK 0.87 0 0.78 0.50
HSL 125.95º 0.77% 0.28% -
HSV(B) 125.95º 0.87% 0.5% -
XYZ 8.16 15.64 3.69 -
YUV 83.41 96.73 80.63 -
System Red Green Blue C M Y K H S L
Decimal 17 128 28 0.87 0 0.78 0.50 125.95 0.77 0.28
Hex 11 80 1C 57 0 4E 32 7E 4D 1C
Octal 21 200 34 127 0 116 62 176 115 34
Binary 10001 10000000 11100 1010111 0 1001110 110010 1111110 1001101 11100

Color Harmonies of #11801C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11801C

Black with #11801C

Text Example


Text Example

White with #11801C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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