Html Css Color HEX #13911D Forest Green

📋 copy color: '#13911D'

red 19 ◦ green 145 ◦ blue 29

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

Shades of Forest Green #13911D

Tints of Forest Green #13911D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 75.13%

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

R = 9.84%
G = 75.13%
B = 15.03%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.8

 K value IS 0.43

RGB Variations

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

Color information

#13911D (or 0x13911D) is known color: Forest Green. HEX triplet: 13, 91 and 1D. RGB value is (19,145,29). Sum of RGB (Red+Green+Blue) = 19+145+29=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 145 (57.03% from 255 or 75.13% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 145 - color contains mainly: green. Hex color #13911D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13911D is #EC6EE2. Grayscale: #5E5E5E. Windows color (decimal): -15494883 or 1937683. OLE color: 1937683.

HSL color Cylindrical-coordinate representation of color #13911D: hue angle of 124.76º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13911D is Cyan = 0.87, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 145 29 -
CMYK 0.87 0 0.8 0.43
HSL 124.76º 0.77% 0.32% -
HSV(B) 124.76º 0.87% 0.57% -
XYZ 10.62 20.48 4.56 -
YUV 94.1 91.26 74.43 -
System Red Green Blue C M Y K H S L
Decimal 19 145 29 0.87 0 0.8 0.43 124.76 0.77 0.32
Hex 13 91 1D 57 0 50 2B 7D 4D 20
Octal 23 221 35 127 0 120 53 175 115 40
Binary 10011 10010001 11101 1010111 0 1010000 101011 1111101 1001101 100000

Color Harmonies of #13911D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13911D

Black with #13911D

Text Example


Text Example

White with #13911D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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