Html Css Color HEX #138E1E Forest Green

📋 copy color: '#138E1E'

red 19 ◦ green 142 ◦ blue 30

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

Shades of Forest Green #138E1E

Tints of Forest Green #138E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.71%

R = 9.95%
G = 74.35%
B = 15.71%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#138E1E (or 0x138E1E) is known color: Forest Green. HEX triplet: 13, 8E and 1E. RGB value is (19,142,30). Sum of RGB (Red+Green+Blue) = 19+142+30=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 142 (55.86% from 255 or 74.35% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 142 - color contains mainly: green. Hex color #138E1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138E1E is #EC71E1. Grayscale: #5C5C5C. Windows color (decimal): -15495650 or 2002451. OLE color: 2002451.

HSL color Cylindrical-coordinate representation of color #138E1E: hue angle of 125.37º 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 #138E1E is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 142 30 -
CMYK 0.87 0 0.79 0.44
HSL 125.37º 0.76% 0.32% -
HSV(B) 125.37º 0.87% 0.56% -
XYZ 10.18 19.58 4.47 -
YUV 92.46 92.75 75.61 -
System Red Green Blue C M Y K H S L
Decimal 19 142 30 0.87 0 0.79 0.44 125.37 0.76 0.32
Hex 13 8E 1E 57 0 4F 2C 7D 4C 20
Octal 23 216 36 127 0 117 54 175 114 40
Binary 10011 10001110 11110 1010111 0 1001111 101100 1111101 1001100 100000

Color Harmonies of #138E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138E1E

Black with #138E1E

Text Example


Text Example

White with #138E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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