Html Css Color HEX #13821F Forest Green

📋 copy color: '#13821F'

red 19 ◦ green 130 ◦ blue 31

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

Shades of Forest Green #13821F

Tints of Forest Green #13821F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 72.22%

 BLUE value IS 31 (12.5% from 255) = 17.22%

R = 10.56%
G = 72.22%
B = 17.22%

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

#13821F (or 0x13821F) is known color: Forest Green. HEX triplet: 13, 82 and 1F. RGB value is (19,130,31). Sum of RGB (Red+Green+Blue) = 19+130+31=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 130 (51.17% from 255 or 72.22% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 130 - color contains mainly: green. Hex color #13821F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13821F is #EC7DE0. Grayscale: #555555. Windows color (decimal): -15498721 or 2064915. OLE color: 2064915.

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

Color convert

RGB 19 130 31 -
CMYK 0.85 0 0.76 0.49
HSL 126.49º 0.74% 0.29% -
HSV(B) 126.49º 0.85% 0.51% -
XYZ 8.5 16.2 3.98 -
YUV 85.53 97.23 80.55 -
System Red Green Blue C M Y K H S L
Decimal 19 130 31 0.85 0 0.76 0.49 126.49 0.74 0.29
Hex 13 82 1F 55 0 4C 31 7E 4A 1D
Octal 23 202 37 125 0 114 61 176 112 35
Binary 10011 10000010 11111 1010101 0 1001100 110001 1111110 1001010 11101

Color Harmonies of #13821F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13821F

Black with #13821F

Text Example


Text Example

White with #13821F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13821F; }

 p { color: rgb(19,130,31); }

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

background-color css

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

 a { background-color: rgb(19,130,31); }

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

border-color css

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

 span { border-color: rgb(19,130,31); }

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