Html Css Color HEX #138120 Forest Green

📋 copy color: '#138120'

red 19 ◦ green 129 ◦ blue 32

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

Shades of Forest Green #138120

Tints of Forest Green #138120

RGB

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

 GREEN value IS 129 (50.78% from 255) = 71.67%

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

R = 10.56%
G = 71.67%
B = 17.78%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#138120 (or 0x138120) is known color: Forest Green. HEX triplet: 13, 81 and 20. RGB value is (19,129,32). Sum of RGB (Red+Green+Blue) = 19+129+32=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 129 (50.78% from 255 or 71.67% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 129 - color contains mainly: green. Hex color #138120 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138120 is #EC7EDF. Grayscale: #555555. Windows color (decimal): -15498976 or 2130195. OLE color: 2130195.

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

Color convert

RGB 19 129 32 -
CMYK 0.85 0 0.75 0.49
HSL 127.09º 0.74% 0.29% -
HSV(B) 127.09º 0.85% 0.51% -
XYZ 8.38 15.94 4 -
YUV 85.05 98.06 80.89 -
System Red Green Blue C M Y K H S L
Decimal 19 129 32 0.85 0 0.75 0.49 127.09 0.74 0.29
Hex 13 81 20 55 0 4B 31 7F 4A 1D
Octal 23 201 40 125 0 113 61 177 112 35
Binary 10011 10000001 100000 1010101 0 1001011 110001 1111111 1001010 11101

Color Harmonies of #138120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138120

Black with #138120

Text Example


Text Example

White with #138120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138120; }

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

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

background-color css

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

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

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

border-color css

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

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

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