Html Css Color HEX #128514 Forest Green

📋 copy color: '#128514'

red 18 ◦ green 133 ◦ blue 20

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

Shades of Forest Green #128514

Tints of Forest Green #128514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.7%

R = 10.53%
G = 77.78%
B = 11.7%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#128514 (or 0x128514) is known color: Forest Green. HEX triplet: 12, 85 and 14. RGB value is (18,133,20). Sum of RGB (Red+Green+Blue) = 18+133+20=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 133 (52.34% from 255 or 77.78% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 133 - color contains mainly: green. Hex color #128514 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128514 is #ED7AEB. Grayscale: #565656. Windows color (decimal): -15563500 or 1344786. OLE color: 1344786.

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

Color convert

RGB 18 133 20 -
CMYK 0.86 0 0.85 0.48
HSL 121.04º 0.76% 0.3% -
HSV(B) 121.04º 0.86% 0.52% -
XYZ 8.76 16.95 3.47 -
YUV 85.73 90.9 79.69 -
System Red Green Blue C M Y K H S L
Decimal 18 133 20 0.86 0 0.85 0.48 121.04 0.76 0.3
Hex 12 85 14 56 0 55 30 79 4C 1E
Octal 22 205 24 126 0 125 60 171 114 36
Binary 10010 10000101 10100 1010110 0 1010101 110000 1111001 1001100 11110

Color Harmonies of #128514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128514

Black with #128514

Text Example


Text Example

White with #128514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128514; }

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

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

background-color css

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

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

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

border-color css

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

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

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