Html Css Color HEX #13951F Forest Green

📋 copy color: '#13951F'

red 19 ◦ green 149 ◦ blue 31

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

Shades of Forest Green #13951F

Tints of Forest Green #13951F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 74.87%

 BLUE value IS 31 (12.5% from 255) = 15.58%

R = 9.55%
G = 74.87%
B = 15.58%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#13951F (or 0x13951F) is known color: Forest Green. HEX triplet: 13, 95 and 1F. RGB value is (19,149,31). Sum of RGB (Red+Green+Blue) = 19+149+31=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 149 (58.59% from 255 or 74.87% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 149 - color contains mainly: green. Hex color #13951F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13951F is #EC6AE0. Grayscale: #616161. Windows color (decimal): -15493857 or 2069779. OLE color: 2069779.

HSL color Cylindrical-coordinate representation of color #13951F: hue angle of 125.54º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13951F is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 149 31 -
CMYK 0.87 0 0.79 0.42
HSL 125.54º 0.77% 0.33% -
HSV(B) 125.54º 0.87% 0.58% -
XYZ 11.26 21.73 4.9 -
YUV 96.68 90.93 72.59 -
System Red Green Blue C M Y K H S L
Decimal 19 149 31 0.87 0 0.79 0.42 125.54 0.77 0.33
Hex 13 95 1F 57 0 4F 2A 7E 4D 21
Octal 23 225 37 127 0 117 52 176 115 41
Binary 10011 10010101 11111 1010111 0 1001111 101010 1111110 1001101 100001

Color Harmonies of #13951F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13951F

Black with #13951F

Text Example


Text Example

White with #13951F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13951F; }

 p { color: rgb(19,149,31); }

 H1.HeaderClassName
 {
   color: #13951F;
 }
 .AnyTagClassName
 {
   color: #13951F;
 }
</style>

background-color css

<style>
 a { background-color: #13951F; }

 a { background-color: rgb(19,149,31); }

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

border-color css

<style>
 span { border-color: #13951F; }

 span { border-color: rgb(19,149,31); }

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