Html Css Color HEX #13961D Forest Green

📋 copy color: '#13961D'

red 19 ◦ green 150 ◦ blue 29

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

Shades of Forest Green #13961D

Tints of Forest Green #13961D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 75.76%

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

R = 9.6%
G = 75.76%
B = 14.65%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#13961D (or 0x13961D) is known color: Forest Green. HEX triplet: 13, 96 and 1D. RGB value is (19,150,29). Sum of RGB (Red+Green+Blue) = 19+150+29=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 150 (58.98% from 255 or 75.76% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 150 - color contains mainly: green. Hex color #13961D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13961D is #EC69E2. Grayscale: #616161. Windows color (decimal): -15493603 or 1938963. OLE color: 1938963.

HSL color Cylindrical-coordinate representation of color #13961D: hue angle of 124.58º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13961D is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 150 29 -
CMYK 0.87 0 0.81 0.41
HSL 124.58º 0.78% 0.33% -
HSV(B) 124.58º 0.87% 0.59% -
XYZ 11.4 22.04 4.82 -
YUV 97.04 89.6 72.34 -
System Red Green Blue C M Y K H S L
Decimal 19 150 29 0.87 0 0.81 0.41 124.58 0.78 0.33
Hex 13 96 1D 57 0 51 29 7D 4E 21
Octal 23 226 35 127 0 121 51 175 116 41
Binary 10011 10010110 11101 1010111 0 1010001 101001 1111101 1001110 100001

Color Harmonies of #13961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13961D

Black with #13961D

Text Example


Text Example

White with #13961D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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