Html Css Color HEX #138320 Forest Green

📋 copy color: '#138320'

red 19 ◦ green 131 ◦ blue 32

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

Shades of Forest Green #138320

Tints of Forest Green #138320

RGB

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

 GREEN value IS 131 (51.56% from 255) = 71.98%

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

R = 10.44%
G = 71.98%
B = 17.58%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#138320 (or 0x138320) is known color: Forest Green. HEX triplet: 13, 83 and 20. RGB value is (19,131,32). Sum of RGB (Red+Green+Blue) = 19+131+32=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 131 (51.56% from 255 or 71.98% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 131 - color contains mainly: green. Hex color #138320 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138320 is #EC7CDF. Grayscale: #565656. Windows color (decimal): -15498464 or 2130707. OLE color: 2130707.

HSL color Cylindrical-coordinate representation of color #138320: hue angle of 126.96º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138320 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 131 32 -
CMYK 0.85 0 0.76 0.49
HSL 126.96º 0.75% 0.29% -
HSV(B) 126.96º 0.85% 0.51% -
XYZ 8.65 16.48 4.09 -
YUV 86.23 97.39 80.05 -
System Red Green Blue C M Y K H S L
Decimal 19 131 32 0.85 0 0.76 0.49 126.96 0.75 0.29
Hex 13 83 20 55 0 4C 31 7F 4B 1D
Octal 23 203 40 125 0 114 61 177 113 35
Binary 10011 10000011 100000 1010101 0 1001100 110001 1111111 1001011 11101

Color Harmonies of #138320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138320

Black with #138320

Text Example


Text Example

White with #138320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138320; }

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

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

background-color css

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

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

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

border-color css

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

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

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