Html Css Color HEX #138D14 Forest Green

📋 copy color: '#138D14'

red 19 ◦ green 141 ◦ blue 20

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

Shades of Forest Green #138D14

Tints of Forest Green #138D14

RGB

 RED value IS 19 (7.81% from 255) = 10.56%

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

 BLUE value IS 20 (8.2% from 255) = 11.11%

R = 10.56%
G = 78.33%
B = 11.11%

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

#138D14 (or 0x138D14) is known color: Forest Green. HEX triplet: 13, 8D and 14. RGB value is (19,141,20). Sum of RGB (Red+Green+Blue) = 19+141+20=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 141 (55.47% from 255 or 78.33% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 141 - color contains mainly: green. Hex color #138D14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138D14 is #EC72EB. Grayscale: #5B5B5B. Windows color (decimal): -15495916 or 1346835. OLE color: 1346835.

HSL color Cylindrical-coordinate representation of color #138D14: hue angle of 120.49º degrees, saturation: 0.76, 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 #138D14 is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 141 20 -
CMYK 0.87 0 0.86 0.45
HSL 120.49º 0.76% 0.31% -
HSV(B) 120.49º 0.87% 0.55% -
XYZ 9.92 19.24 3.85 -
YUV 90.73 88.08 76.84 -
System Red Green Blue C M Y K H S L
Decimal 19 141 20 0.87 0 0.86 0.45 120.49 0.76 0.31
Hex 13 8D 14 57 0 56 2D 78 4C 1F
Octal 23 215 24 127 0 126 55 170 114 37
Binary 10011 10001101 10100 1010111 0 1010110 101101 1111000 1001100 11111

Color Harmonies of #138D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138D14

Black with #138D14

Text Example


Text Example

White with #138D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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