Html Css Color HEX #138814 Forest Green

📋 copy color: '#138814'

red 19 ◦ green 136 ◦ blue 20

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

Shades of Forest Green #138814

Tints of Forest Green #138814

RGB

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

 GREEN value IS 136 (53.52% from 255) = 77.71%

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

R = 10.86%
G = 77.71%
B = 11.43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#138814 (or 0x138814) is known color: Forest Green. HEX triplet: 13, 88 and 14. RGB value is (19,136,20). Sum of RGB (Red+Green+Blue) = 19+136+20=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 136 (53.52% from 255 or 77.71% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 136 - color contains mainly: green. Hex color #138814 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138814 is #EC77EB. Grayscale: #585858. Windows color (decimal): -15497196 or 1345555. OLE color: 1345555.

HSL color Cylindrical-coordinate representation of color #138814: hue angle of 120.51º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138814 is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 136 20 -
CMYK 0.86 0 0.85 0.47
HSL 120.51º 0.75% 0.3% -
HSV(B) 120.51º 0.86% 0.53% -
XYZ 9.2 17.8 3.61 -
YUV 87.79 89.74 78.93 -
System Red Green Blue C M Y K H S L
Decimal 19 136 20 0.86 0 0.85 0.47 120.51 0.75 0.3
Hex 13 88 14 56 0 55 2F 79 4B 1E
Octal 23 210 24 126 0 125 57 171 113 36
Binary 10011 10001000 10100 1010110 0 1010101 101111 1111001 1001011 11110

Color Harmonies of #138814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138814

Black with #138814

Text Example


Text Example

White with #138814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138814; }

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

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

background-color css

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

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

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

border-color css

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

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

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