Html Css Color HEX #13811F Forest Green

📋 copy color: '#13811F'

red 19 ◦ green 129 ◦ blue 31

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

Shades of Forest Green #13811F

Tints of Forest Green #13811F

RGB

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

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

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

R = 10.61%
G = 72.07%
B = 17.32%

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

#13811F (or 0x13811F) is known color: Forest Green. HEX triplet: 13, 81 and 1F. RGB value is (19,129,31). Sum of RGB (Red+Green+Blue) = 19+129+31=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 129 (50.78% from 255 or 72.07% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 129 - color contains mainly: green. Hex color #13811F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13811F is #EC7EE0. Grayscale: #555555. Windows color (decimal): -15498977 or 2064659. OLE color: 2064659.

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

Color convert

RGB 19 129 31 -
CMYK 0.85 0 0.76 0.49
HSL 126.55º 0.74% 0.29% -
HSV(B) 126.55º 0.85% 0.51% -
XYZ 8.37 15.94 3.93 -
YUV 84.94 97.56 80.97 -
System Red Green Blue C M Y K H S L
Decimal 19 129 31 0.85 0 0.76 0.49 126.55 0.74 0.29
Hex 13 81 1F 55 0 4C 31 7F 4A 1D
Octal 23 201 37 125 0 114 61 177 112 35
Binary 10011 10000001 11111 1010101 0 1001100 110001 1111111 1001010 11101

Color Harmonies of #13811F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13811F

Black with #13811F

Text Example


Text Example

White with #13811F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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