Html Css Color HEX #138920 Forest Green

📋 copy color: '#138920'

red 19 ◦ green 137 ◦ blue 32

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

Shades of Forest Green #138920

Tints of Forest Green #138920

RGB

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

 GREEN value IS 137 (53.91% from 255) = 72.87%

 BLUE value IS 32 (12.89% from 255) = 17.02%

R = 10.11%
G = 72.87%
B = 17.02%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#138920 (or 0x138920) is known color: Forest Green. HEX triplet: 13, 89 and 20. RGB value is (19,137,32). Sum of RGB (Red+Green+Blue) = 19+137+32=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 137 (53.91% from 255 or 72.87% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 137 - color contains mainly: green. Hex color #138920 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138920 is #EC76DF. Grayscale: #5A5A5A. Windows color (decimal): -15496928 or 2132243. OLE color: 2132243.

HSL color Cylindrical-coordinate representation of color #138920: hue angle of 126.61º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138920 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 137 32 -
CMYK 0.86 0 0.77 0.46
HSL 126.61º 0.76% 0.31% -
HSV(B) 126.61º 0.86% 0.54% -
XYZ 9.47 18.13 4.37 -
YUV 89.75 95.41 77.54 -
System Red Green Blue C M Y K H S L
Decimal 19 137 32 0.86 0 0.77 0.46 126.61 0.76 0.31
Hex 13 89 20 56 0 4D 2E 7F 4C 1F
Octal 23 211 40 126 0 115 56 177 114 37
Binary 10011 10001001 100000 1010110 0 1001101 101110 1111111 1001100 11111

Color Harmonies of #138920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138920

Black with #138920

Text Example


Text Example

White with #138920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138920; }

 p { color: rgb(19,137,32); }

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

background-color css

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

 a { background-color: rgb(19,137,32); }

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

border-color css

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

 span { border-color: rgb(19,137,32); }

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