Html Css Color HEX #128511 Forest Green

📋 copy color: '#128511'

red 18 ◦ green 133 ◦ blue 17

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

Shades of Forest Green #128511

Tints of Forest Green #128511

RGB

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

 GREEN value IS 133 (52.34% from 255) = 79.17%

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

R = 10.71%
G = 79.17%
B = 10.12%

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

#128511 (or 0x128511) is known color: Forest Green. HEX triplet: 12, 85 and 11. RGB value is (18,133,17). Sum of RGB (Red+Green+Blue) = 18+133+17=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 133 (52.34% from 255 or 79.17% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 133 - color contains mainly: green. Hex color #128511 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128511 is #ED7AEE. Grayscale: #555555. Windows color (decimal): -15563503 or 1148178. OLE color: 1148178.

HSL color Cylindrical-coordinate representation of color #128511: 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 #128511 is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 133 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.74 16.94 3.34 -
YUV 85.39 89.4 79.93 -
System Red Green Blue C M Y K H S L
Decimal 18 133 17 0.86 0 0.87 0.48 119.48 0.77 0.29
Hex 12 85 11 56 0 57 30 77 4D 1D
Octal 22 205 21 126 0 127 60 167 115 35
Binary 10010 10000101 10001 1010110 0 1010111 110000 1110111 1001101 11101

Color Harmonies of #128511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128511

Black with #128511

Text Example


Text Example

White with #128511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128511; }

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

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

background-color css

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

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

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

border-color css

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

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

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