Html Css Color HEX #138414 Forest Green

📋 copy color: '#138414'

red 19 ◦ green 132 ◦ blue 20

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

Shades of Forest Green #138414

Tints of Forest Green #138414

RGB

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

 GREEN value IS 132 (51.95% from 255) = 77.19%

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

R = 11.11%
G = 77.19%
B = 11.7%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#138414 (or 0x138414) is known color: Forest Green. HEX triplet: 13, 84 and 14. RGB value is (19,132,20). Sum of RGB (Red+Green+Blue) = 19+132+20=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 132 (51.95% from 255 or 77.19% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 132 - color contains mainly: green. Hex color #138414 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138414 is #EC7BEB. Grayscale: #555555. Windows color (decimal): -15498220 or 1344531. OLE color: 1344531.

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

Color convert

RGB 19 132 20 -
CMYK 0.86 0 0.85 0.48
HSL 120.53º 0.75% 0.3% -
HSV(B) 120.53º 0.86% 0.52% -
XYZ 8.65 16.69 3.43 -
YUV 85.45 91.06 80.61 -
System Red Green Blue C M Y K H S L
Decimal 19 132 20 0.86 0 0.85 0.48 120.53 0.75 0.3
Hex 13 84 14 56 0 55 30 79 4B 1E
Octal 23 204 24 126 0 125 60 171 113 36
Binary 10011 10000100 10100 1010110 0 1010101 110000 1111001 1001011 11110

Color Harmonies of #138414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138414

Black with #138414

Text Example


Text Example

White with #138414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138414; }

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

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

background-color css

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

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

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

border-color css

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

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

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