Html Css Color HEX #13961C Forest Green

📋 copy color: '#13961C'

red 19 ◦ green 150 ◦ blue 28

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

Shades of Forest Green #13961C

Tints of Forest Green #13961C

RGB

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

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

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

R = 9.64%
G = 76.14%
B = 14.21%

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

#13961C (or 0x13961C) is known color: Forest Green. HEX triplet: 13, 96 and 1C. RGB value is (19,150,28). Sum of RGB (Red+Green+Blue) = 19+150+28=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 150 (58.98% from 255 or 76.14% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 150 - color contains mainly: green. Hex color #13961C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13961C is #EC69E3. Grayscale: #616161. Windows color (decimal): -15493604 or 1873427. OLE color: 1873427.

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

Color convert

RGB 19 150 28 -
CMYK 0.87 0 0.81 0.41
HSL 124.12º 0.78% 0.33% -
HSV(B) 124.12º 0.87% 0.59% -
XYZ 11.38 22.03 4.75 -
YUV 96.92 89.1 72.42 -
System Red Green Blue C M Y K H S L
Decimal 19 150 28 0.87 0 0.81 0.41 124.12 0.78 0.33
Hex 13 96 1C 57 0 51 29 7C 4E 21
Octal 23 226 34 127 0 121 51 174 116 41
Binary 10011 10010110 11100 1010111 0 1010001 101001 1111100 1001110 100001

Color Harmonies of #13961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13961C

Black with #13961C

Text Example


Text Example

White with #13961C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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