Html Css Color HEX #128513 Forest Green

📋 copy color: '#128513'

red 18 ◦ green 133 ◦ blue 19

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

Shades of Forest Green #128513

Tints of Forest Green #128513

RGB

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

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

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

R = 10.59%
G = 78.24%
B = 11.18%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#128513 (or 0x128513) is known color: Forest Green. HEX triplet: 12, 85 and 13. RGB value is (18,133,19). Sum of RGB (Red+Green+Blue) = 18+133+19=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 133 (52.34% from 255 or 78.24% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 133 - color contains mainly: green. Hex color #128513 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128513 is #ED7AEC. Grayscale: #555555. Windows color (decimal): -15563501 or 1279250. OLE color: 1279250.

HSL color Cylindrical-coordinate representation of color #128513: hue angle of 120.52º 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 #128513 is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 133 19 -
CMYK 0.86 0 0.86 0.48
HSL 120.52º 0.76% 0.3% -
HSV(B) 120.52º 0.86% 0.52% -
XYZ 8.75 16.95 3.43 -
YUV 85.62 90.4 79.77 -
System Red Green Blue C M Y K H S L
Decimal 18 133 19 0.86 0 0.86 0.48 120.52 0.76 0.3
Hex 12 85 13 56 0 56 30 79 4C 1E
Octal 22 205 23 126 0 126 60 171 114 36
Binary 10010 10000101 10011 1010110 0 1010110 110000 1111001 1001100 11110

Color Harmonies of #128513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128513

Black with #128513

Text Example


Text Example

White with #128513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128513; }

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

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

background-color css

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

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

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

border-color css

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

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

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