Html Css Color HEX #13811A Forest Green

📋 copy color: '#13811A'

red 19 ◦ green 129 ◦ blue 26

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

Shades of Forest Green #13811A

Tints of Forest Green #13811A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.94%

R = 10.92%
G = 74.14%
B = 14.94%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#13811A (or 0x13811A) is known color: Forest Green. HEX triplet: 13, 81 and 1A. RGB value is (19,129,26). Sum of RGB (Red+Green+Blue) = 19+129+26=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 129 (50.78% from 255 or 74.14% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 129 - color contains mainly: green. Hex color #13811A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13811A is #EC7EE5. Grayscale: #545454. Windows color (decimal): -15498982 or 1736979. OLE color: 1736979.

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

Color convert

RGB 19 129 26 -
CMYK 0.85 0 0.80 0.49
HSL 123.82º 0.74% 0.29% -
HSV(B) 123.82º 0.85% 0.51% -
XYZ 8.31 15.91 3.61 -
YUV 84.37 95.06 81.38 -
System Red Green Blue C M Y K H S L
Decimal 19 129 26 0.85 0 0.80 0.49 123.82 0.74 0.29
Hex 13 81 1A 55 0 50 31 7C 4A 1D
Octal 23 201 32 125 0 120 61 174 112 35
Binary 10011 10000001 11010 1010101 0 1010000 110001 1111100 1001010 11101

Color Harmonies of #13811A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13811A

Black with #13811A

Text Example


Text Example

White with #13811A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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