Html Css Color HEX #138E14 Forest Green

📋 copy color: '#138E14'

red 19 ◦ green 142 ◦ blue 20

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

Shades of Forest Green #138E14

Tints of Forest Green #138E14

RGB

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

 GREEN value IS 142 (55.86% from 255) = 78.45%

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

R = 10.5%
G = 78.45%
B = 11.05%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#138E14 (or 0x138E14) is known color: Forest Green. HEX triplet: 13, 8E and 14. RGB value is (19,142,20). Sum of RGB (Red+Green+Blue) = 19+142+20=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 142 (55.86% from 255 or 78.45% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 142 - color contains mainly: green. Hex color #138E14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138E14 is #EC71EB. Grayscale: #5B5B5B. Windows color (decimal): -15495660 or 1347091. OLE color: 1347091.

HSL color Cylindrical-coordinate representation of color #138E14: hue angle of 120.49º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138E14 is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 142 20 -
CMYK 0.87 0 0.86 0.44
HSL 120.49º 0.76% 0.32% -
HSV(B) 120.49º 0.87% 0.56% -
XYZ 10.07 19.53 3.9 -
YUV 91.32 87.75 76.42 -
System Red Green Blue C M Y K H S L
Decimal 19 142 20 0.87 0 0.86 0.44 120.49 0.76 0.32
Hex 13 8E 14 57 0 56 2C 78 4C 20
Octal 23 216 24 127 0 126 54 170 114 40
Binary 10011 10001110 10100 1010111 0 1010110 101100 1111000 1001100 100000

Color Harmonies of #138E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138E14

Black with #138E14

Text Example


Text Example

White with #138E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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