Html Css Color HEX #13741C Forest Green

📋 copy color: '#13741C'

red 19 ◦ green 116 ◦ blue 28

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

Shades of Forest Green #13741C

Tints of Forest Green #13741C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 71.17%

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

R = 11.66%
G = 71.17%
B = 17.18%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#13741C (or 0x13741C) is known color: Forest Green. HEX triplet: 13, 74 and 1C. RGB value is (19,116,28). Sum of RGB (Red+Green+Blue) = 19+116+28=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 116 (45.70% from 255 or 71.17% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 116 - color contains mainly: green. Hex color #13741C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13741C is #EC8BE3. Grayscale: #4D4D4D. Windows color (decimal): -15502308 or 1864723. OLE color: 1864723.

HSL color Cylindrical-coordinate representation of color #13741C: hue angle of 125.57º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13741C is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 116 28 -
CMYK 0.84 0 0.76 0.55
HSL 125.57º 0.72% 0.26% -
HSV(B) 125.57º 0.84% 0.45% -
XYZ 6.72 12.71 3.2 -
YUV 76.97 100.36 86.66 -
System Red Green Blue C M Y K H S L
Decimal 19 116 28 0.84 0 0.76 0.55 125.57 0.72 0.26
Hex 13 74 1C 54 0 4C 37 7E 48 1A
Octal 23 164 34 124 0 114 67 176 110 32
Binary 10011 1110100 11100 1010100 0 1001100 110111 1111110 1001000 11010

Color Harmonies of #13741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13741C

Black with #13741C

Text Example


Text Example

White with #13741C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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