Html Css Color HEX #128113 Forest Green

📋 copy color: '#128113'

red 18 ◦ green 129 ◦ blue 19

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

Shades of Forest Green #128113

Tints of Forest Green #128113

RGB

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

 GREEN value IS 129 (50.78% from 255) = 77.71%

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

R = 10.84%
G = 77.71%
B = 11.45%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#128113 (or 0x128113) is known color: Forest Green. HEX triplet: 12, 81 and 13. RGB value is (18,129,19). Sum of RGB (Red+Green+Blue) = 18+129+19=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 129 (50.78% from 255 or 77.71% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 129 - color contains mainly: green. Hex color #128113 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128113 is #ED7EEC. Grayscale: #535353. Windows color (decimal): -15564525 or 1278226. OLE color: 1278226.

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

Color convert

RGB 18 129 19 -
CMYK 0.86 0 0.85 0.49
HSL 120.54º 0.76% 0.29% -
HSV(B) 120.54º 0.86% 0.51% -
XYZ 8.22 15.88 3.25 -
YUV 83.27 91.73 81.44 -
System Red Green Blue C M Y K H S L
Decimal 18 129 19 0.86 0 0.85 0.49 120.54 0.76 0.29
Hex 12 81 13 56 0 55 31 79 4C 1D
Octal 22 201 23 126 0 125 61 171 114 35
Binary 10010 10000001 10011 1010110 0 1010101 110001 1111001 1001100 11101

Color Harmonies of #128113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128113

Black with #128113

Text Example


Text Example

White with #128113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128113; }

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

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

background-color css

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

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

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

border-color css

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

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

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