Html Css Color HEX #128913 Forest Green

📋 copy color: '#128913'

red 18 ◦ green 137 ◦ blue 19

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

Shades of Forest Green #128913

Tints of Forest Green #128913

RGB

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

 GREEN value IS 137 (53.91% from 255) = 78.74%

 BLUE value IS 19 (7.81% from 255) = 10.92%

R = 10.34%
G = 78.74%
B = 10.92%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#128913 (or 0x128913) is known color: Forest Green. HEX triplet: 12, 89 and 13. RGB value is (18,137,19). Sum of RGB (Red+Green+Blue) = 18+137+19=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 137 (53.91% from 255 or 78.74% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 137 - color contains mainly: green. Hex color #128913 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128913 is #ED76EC. Grayscale: #585858. Windows color (decimal): -15562477 or 1280274. OLE color: 1280274.

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

Color convert

RGB 18 137 19 -
CMYK 0.87 0 0.86 0.46
HSL 120.5º 0.77% 0.3% -
HSV(B) 120.5º 0.87% 0.54% -
XYZ 9.31 18.07 3.61 -
YUV 87.97 89.08 78.09 -
System Red Green Blue C M Y K H S L
Decimal 18 137 19 0.87 0 0.86 0.46 120.5 0.77 0.3
Hex 12 89 13 57 0 56 2E 79 4D 1E
Octal 22 211 23 127 0 126 56 171 115 36
Binary 10010 10001001 10011 1010111 0 1010110 101110 1111001 1001101 11110

Color Harmonies of #128913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128913

Black with #128913

Text Example


Text Example

White with #128913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128913; }

 p { color: rgb(18,137,19); }

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

background-color css

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

 a { background-color: rgb(18,137,19); }

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

border-color css

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

 span { border-color: rgb(18,137,19); }

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