Html Css Color HEX #13801D Forest Green

📋 copy color: '#13801D'

red 19 ◦ green 128 ◦ blue 29

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

Shades of Forest Green #13801D

Tints of Forest Green #13801D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 72.73%

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

R = 10.8%
G = 72.73%
B = 16.48%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#13801D (or 0x13801D) is known color: Forest Green. HEX triplet: 13, 80 and 1D. RGB value is (19,128,29). Sum of RGB (Red+Green+Blue) = 19+128+29=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 128 (50.39% from 255 or 72.73% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 128 - color contains mainly: green. Hex color #13801D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13801D is #EC7FE2. Grayscale: #545454. Windows color (decimal): -15499235 or 1933331. OLE color: 1933331.

HSL color Cylindrical-coordinate representation of color #13801D: hue angle of 125.5º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13801D is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 128 29 -
CMYK 0.85 0 0.77 0.50
HSL 125.5º 0.74% 0.29% -
HSV(B) 125.5º 0.85% 0.5% -
XYZ 8.21 15.67 3.75 -
YUV 84.12 96.89 81.55 -
System Red Green Blue C M Y K H S L
Decimal 19 128 29 0.85 0 0.77 0.50 125.5 0.74 0.29
Hex 13 80 1D 55 0 4D 32 7E 4A 1D
Octal 23 200 35 125 0 115 62 176 112 35
Binary 10011 10000000 11101 1010101 0 1001101 110010 1111110 1001010 11101

Color Harmonies of #13801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13801D

Black with #13801D

Text Example


Text Example

White with #13801D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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