Html Css Color HEX #128C13 Forest Green

📋 copy color: '#128C13'

red 18 ◦ green 140 ◦ blue 19

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

Shades of Forest Green #128C13

Tints of Forest Green #128C13

RGB

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

 GREEN value IS 140 (55.08% from 255) = 79.1%

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

R = 10.17%
G = 79.1%
B = 10.73%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#128C13 (or 0x128C13) is known color: Forest Green. HEX triplet: 12, 8C and 13. RGB value is (18,140,19). Sum of RGB (Red+Green+Blue) = 18+140+19=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 140 (55.08% from 255 or 79.10% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 140 - color contains mainly: green. Hex color #128C13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128C13 is #ED73EC. Grayscale: #5A5A5A. Windows color (decimal): -15561709 or 1281042. OLE color: 1281042.

HSL color Cylindrical-coordinate representation of color #128C13: hue angle of 120.49º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128C13 is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 140 19 -
CMYK 0.87 0 0.86 0.45
HSL 120.49º 0.77% 0.31% -
HSV(B) 120.49º 0.87% 0.55% -
XYZ 9.75 18.93 3.76 -
YUV 89.73 88.08 76.84 -
System Red Green Blue C M Y K H S L
Decimal 18 140 19 0.87 0 0.86 0.45 120.49 0.77 0.31
Hex 12 8C 13 57 0 56 2D 78 4D 1F
Octal 22 214 23 127 0 126 55 170 115 37
Binary 10010 10001100 10011 1010111 0 1010110 101101 1111000 1001101 11111

Color Harmonies of #128C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128C13

Black with #128C13

Text Example


Text Example

White with #128C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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