Html Css Color HEX #13841D Forest Green

📋 copy color: '#13841D'

red 19 ◦ green 132 ◦ blue 29

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

Shades of Forest Green #13841D

Tints of Forest Green #13841D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 73.33%

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

R = 10.56%
G = 73.33%
B = 16.11%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#13841D (or 0x13841D) is known color: Forest Green. HEX triplet: 13, 84 and 1D. RGB value is (19,132,29). Sum of RGB (Red+Green+Blue) = 19+132+29=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 132 (51.95% from 255 or 73.33% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 132 - color contains mainly: green. Hex color #13841D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13841D is #EC7BE2. Grayscale: #565656. Windows color (decimal): -15498211 or 1934355. OLE color: 1934355.

HSL color Cylindrical-coordinate representation of color #13841D: hue angle of 125.31º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13841D is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 132 29 -
CMYK 0.86 0 0.78 0.48
HSL 125.31º 0.75% 0.3% -
HSV(B) 125.31º 0.86% 0.52% -
XYZ 8.74 16.73 3.93 -
YUV 86.47 95.56 79.88 -
System Red Green Blue C M Y K H S L
Decimal 19 132 29 0.86 0 0.78 0.48 125.31 0.75 0.3
Hex 13 84 1D 56 0 4E 30 7D 4B 1E
Octal 23 204 35 126 0 116 60 175 113 36
Binary 10011 10000100 11101 1010110 0 1001110 110000 1111101 1001011 11110

Color Harmonies of #13841D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13841D

Black with #13841D

Text Example


Text Example

White with #13841D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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