Html Css Color HEX #128411 Forest Green

📋 copy color: '#128411'

red 18 ◦ green 132 ◦ blue 17

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

Shades of Forest Green #128411

Tints of Forest Green #128411

RGB

 RED value IS 18 (7.42% from 255) = 10.78%

 GREEN value IS 132 (51.95% from 255) = 79.04%

 BLUE value IS 17 (7.03% from 255) = 10.18%

R = 10.78%
G = 79.04%
B = 10.18%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#128411 (or 0x128411) is known color: Forest Green. HEX triplet: 12, 84 and 11. RGB value is (18,132,17). Sum of RGB (Red+Green+Blue) = 18+132+17=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 132 (51.95% from 255 or 79.04% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 132 - color contains mainly: green. Hex color #128411 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128411 is #ED7BEE. Grayscale: #555555. Windows color (decimal): -15563759 or 1147922. OLE color: 1147922.

HSL color Cylindrical-coordinate representation of color #128411: hue angle of 119.48º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128411 is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 132 17 -
CMYK 0.86 0 0.87 0.48
HSL 119.48º 0.77% 0.29% -
HSV(B) 119.48º 0.87% 0.52% -
XYZ 8.6 16.67 3.29 -
YUV 84.8 89.73 80.35 -
System Red Green Blue C M Y K H S L
Decimal 18 132 17 0.86 0 0.87 0.48 119.48 0.77 0.29
Hex 12 84 11 56 0 57 30 77 4D 1D
Octal 22 204 21 126 0 127 60 167 115 35
Binary 10010 10000100 10001 1010110 0 1010111 110000 1110111 1001101 11101

Color Harmonies of #128411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128411

Black with #128411

Text Example


Text Example

White with #128411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128411; }

 p { color: rgb(18,132,17); }

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

background-color css

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

 a { background-color: rgb(18,132,17); }

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

border-color css

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

 span { border-color: rgb(18,132,17); }

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