Html Css Color HEX #138820 Forest Green

📋 copy color: '#138820'

red 19 ◦ green 136 ◦ blue 32

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

Shades of Forest Green #138820

Tints of Forest Green #138820

RGB

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

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

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

R = 10.16%
G = 72.73%
B = 17.11%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#138820 (or 0x138820) is known color: Forest Green. HEX triplet: 13, 88 and 20. RGB value is (19,136,32). Sum of RGB (Red+Green+Blue) = 19+136+32=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 136 (53.52% from 255 or 72.73% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 136 - color contains mainly: green. Hex color #138820 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138820 is #EC77DF. Grayscale: #595959. Windows color (decimal): -15497184 or 2131987. OLE color: 2131987.

HSL color Cylindrical-coordinate representation of color #138820: hue angle of 126.67º 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 #138820 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 136 32 -
CMYK 0.86 0 0.76 0.47
HSL 126.67º 0.75% 0.3% -
HSV(B) 126.67º 0.86% 0.53% -
XYZ 9.33 17.85 4.32 -
YUV 89.16 95.74 77.96 -
System Red Green Blue C M Y K H S L
Decimal 19 136 32 0.86 0 0.76 0.47 126.67 0.75 0.3
Hex 13 88 20 56 0 4C 2F 7F 4B 1E
Octal 23 210 40 126 0 114 57 177 113 36
Binary 10011 10001000 100000 1010110 0 1001100 101111 1111111 1001011 11110

Color Harmonies of #138820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138820

Black with #138820

Text Example


Text Example

White with #138820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138820; }

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

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

background-color css

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

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

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

border-color css

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

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

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