Html Css Color HEX #13851D Forest Green

📋 copy color: '#13851D'

red 19 ◦ green 133 ◦ blue 29

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

Shades of Forest Green #13851D

Tints of Forest Green #13851D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 73.48%

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

R = 10.5%
G = 73.48%
B = 16.02%

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

#13851D (or 0x13851D) is known color: Forest Green. HEX triplet: 13, 85 and 1D. RGB value is (19,133,29). Sum of RGB (Red+Green+Blue) = 19+133+29=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 133 (52.34% from 255 or 73.48% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 133 - color contains mainly: green. Hex color #13851D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13851D is #EC7AE2. Grayscale: #575757. Windows color (decimal): -15497955 or 1934611. OLE color: 1934611.

HSL color Cylindrical-coordinate representation of color #13851D: hue angle of 125.26º 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 #13851D is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 133 29 -
CMYK 0.86 0 0.78 0.48
HSL 125.26º 0.75% 0.3% -
HSV(B) 125.26º 0.86% 0.52% -
XYZ 8.88 17 3.98 -
YUV 87.06 95.23 79.46 -
System Red Green Blue C M Y K H S L
Decimal 19 133 29 0.86 0 0.78 0.48 125.26 0.75 0.3
Hex 13 85 1D 56 0 4E 30 7D 4B 1E
Octal 23 205 35 126 0 116 60 175 113 36
Binary 10011 10000101 11101 1010110 0 1001110 110000 1111101 1001011 11110

Color Harmonies of #13851D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13851D

Black with #13851D

Text Example


Text Example

White with #13851D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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