Html Css Color HEX #13971C Forest Green

📋 copy color: '#13971C'

red 19 ◦ green 151 ◦ blue 28

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

Shades of Forest Green #13971C

Tints of Forest Green #13971C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 76.26%

 BLUE value IS 28 (11.33% from 255) = 14.14%

R = 9.6%
G = 76.26%
B = 14.14%

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

#13971C (or 0x13971C) is known color: Forest Green. HEX triplet: 13, 97 and 1C. RGB value is (19,151,28). Sum of RGB (Red+Green+Blue) = 19+151+28=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 151 (59.38% from 255 or 76.26% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 151 - color contains mainly: green. Hex color #13971C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13971C is #EC68E3. Grayscale: #616161. Windows color (decimal): -15493348 or 1873683. OLE color: 1873683.

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

Color convert

RGB 19 151 28 -
CMYK 0.87 0 0.81 0.41
HSL 124.09º 0.78% 0.33% -
HSV(B) 124.09º 0.87% 0.59% -
XYZ 11.54 22.36 4.81 -
YUV 97.51 88.77 72 -
System Red Green Blue C M Y K H S L
Decimal 19 151 28 0.87 0 0.81 0.41 124.09 0.78 0.33
Hex 13 97 1C 57 0 51 29 7C 4E 21
Octal 23 227 34 127 0 121 51 174 116 41
Binary 10011 10010111 11100 1010111 0 1010001 101001 1111100 1001110 100001

Color Harmonies of #13971C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13971C

Black with #13971C

Text Example


Text Example

White with #13971C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13971C; }

 p { color: rgb(19,151,28); }

 H1.HeaderClassName
 {
   color: #13971C;
 }
 .AnyTagClassName
 {
   color: #13971C;
 }
</style>

background-color css

<style>
 a { background-color: #13971C; }

 a { background-color: rgb(19,151,28); }

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

border-color css

<style>
 span { border-color: #13971C; }

 span { border-color: rgb(19,151,28); }

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