Html Css Color HEX #13831D Forest Green

📋 copy color: '#13831D'

red 19 ◦ green 131 ◦ blue 29

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

Shades of Forest Green #13831D

Tints of Forest Green #13831D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.2%

R = 10.61%
G = 73.18%
B = 16.2%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#13831D (or 0x13831D) is known color: Forest Green. HEX triplet: 13, 83 and 1D. RGB value is (19,131,29). Sum of RGB (Red+Green+Blue) = 19+131+29=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 131 (51.56% from 255 or 73.18% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 131 - color contains mainly: green. Hex color #13831D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13831D is #EC7CE2. Grayscale: #565656. Windows color (decimal): -15498467 or 1934099. OLE color: 1934099.

HSL color Cylindrical-coordinate representation of color #13831D: hue angle of 125.36º 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 #13831D is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 131 29 -
CMYK 0.85 0 0.78 0.49
HSL 125.36º 0.75% 0.29% -
HSV(B) 125.36º 0.85% 0.51% -
XYZ 8.61 16.46 3.89 -
YUV 85.88 95.89 80.29 -
System Red Green Blue C M Y K H S L
Decimal 19 131 29 0.85 0 0.78 0.49 125.36 0.75 0.29
Hex 13 83 1D 55 0 4E 31 7D 4B 1D
Octal 23 203 35 125 0 116 61 175 113 35
Binary 10011 10000011 11101 1010101 0 1001110 110001 1111101 1001011 11101

Color Harmonies of #13831D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13831D

Black with #13831D

Text Example


Text Example

White with #13831D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13831D; }

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

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

background-color css

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

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

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

border-color css

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

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

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