Html Css Color HEX #128D13 Forest Green

📋 copy color: '#128D13'

red 18 ◦ green 141 ◦ blue 19

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

Shades of Forest Green #128D13

Tints of Forest Green #128D13

RGB

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

 GREEN value IS 141 (55.47% from 255) = 79.21%

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

R = 10.11%
G = 79.21%
B = 10.67%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.87

 K value IS 0.45

RGB Variations

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

Color information

#128D13 (or 0x128D13) is known color: Forest Green. HEX triplet: 12, 8D and 13. RGB value is (18,141,19). Sum of RGB (Red+Green+Blue) = 18+141+19=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 141 (55.47% from 255 or 79.21% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 141 - color contains mainly: green. Hex color #128D13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128D13 is #ED72EC. Grayscale: #5A5A5A. Windows color (decimal): -15561453 or 1281298. OLE color: 1281298.

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

Color convert

RGB 18 141 19 -
CMYK 0.87 0 0.87 0.45
HSL 120.49º 0.77% 0.31% -
HSV(B) 120.49º 0.87% 0.55% -
XYZ 9.89 19.23 3.81 -
YUV 90.32 87.75 76.42 -
System Red Green Blue C M Y K H S L
Decimal 18 141 19 0.87 0 0.87 0.45 120.49 0.77 0.31
Hex 12 8D 13 57 0 57 2D 78 4D 1F
Octal 22 215 23 127 0 127 55 170 115 37
Binary 10010 10001101 10011 1010111 0 1010111 101101 1111000 1001101 11111

Color Harmonies of #128D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128D13

Black with #128D13

Text Example


Text Example

White with #128D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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