Html Css Color HEX #13831A Forest Green

📋 copy color: '#13831A'

red 19 ◦ green 131 ◦ blue 26

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

Shades of Forest Green #13831A

Tints of Forest Green #13831A

RGB

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

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

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

R = 10.8%
G = 74.43%
B = 14.77%

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

#13831A (or 0x13831A) is known color: Forest Green. HEX triplet: 13, 83 and 1A. RGB value is (19,131,26). Sum of RGB (Red+Green+Blue) = 19+131+26=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 131 (51.56% from 255 or 74.43% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 131 - color contains mainly: green. Hex color #13831A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13831A is #EC7CE5. Grayscale: #555555. Windows color (decimal): -15498470 or 1737491. OLE color: 1737491.

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

Color convert

RGB 19 131 26 -
CMYK 0.85 0 0.80 0.49
HSL 123.75º 0.75% 0.29% -
HSV(B) 123.75º 0.85% 0.51% -
XYZ 8.57 16.45 3.7 -
YUV 85.54 94.39 80.54 -
System Red Green Blue C M Y K H S L
Decimal 19 131 26 0.85 0 0.80 0.49 123.75 0.75 0.29
Hex 13 83 1A 55 0 50 31 7C 4B 1D
Octal 23 203 32 125 0 120 61 174 113 35
Binary 10011 10000011 11010 1010101 0 1010000 110001 1111100 1001011 11101

Color Harmonies of #13831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13831A

Black with #13831A

Text Example


Text Example

White with #13831A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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