Html Css Color HEX #13962D Forest Green

📋 copy color: '#13962D'

red 19 ◦ green 150 ◦ blue 45

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

Shades of Forest Green #13962D

Tints of Forest Green #13962D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.03%

R = 8.88%
G = 70.09%
B = 21.03%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#13962D (or 0x13962D) is known color: Forest Green. HEX triplet: 13, 96 and 2D. RGB value is (19,150,45). Sum of RGB (Red+Green+Blue) = 19+150+45=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 150 (58.98% from 255 or 70.09% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 150 - color contains mainly: green. Hex color #13962D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13962D is #EC69D2. Grayscale: #636363. Windows color (decimal): -15493587 or 2987539. OLE color: 2987539.

HSL color Cylindrical-coordinate representation of color #13962D: hue angle of 131.91º 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 #13962D is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 150 45 -
CMYK 0.87 0 0.70 0.41
HSL 131.91º 0.78% 0.33% -
HSV(B) 131.91º 0.87% 0.59% -
XYZ 11.65 22.14 6.14 -
YUV 98.86 97.6 71.04 -
System Red Green Blue C M Y K H S L
Decimal 19 150 45 0.87 0 0.70 0.41 131.91 0.78 0.33
Hex 13 96 2D 57 0 46 29 84 4E 21
Octal 23 226 55 127 0 106 51 204 116 41
Binary 10011 10010110 101101 1010111 0 1000110 101001 10000100 1001110 100001

Color Harmonies of #13962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13962D

Black with #13962D

Text Example


Text Example

White with #13962D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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