Html Css Color HEX #13741F Forest Green

📋 copy color: '#13741F'

red 19 ◦ green 116 ◦ blue 31

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

Shades of Forest Green #13741F

Tints of Forest Green #13741F

RGB

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

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

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

R = 11.45%
G = 69.88%
B = 18.67%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#13741F (or 0x13741F) is known color: Forest Green. HEX triplet: 13, 74 and 1F. RGB value is (19,116,31). Sum of RGB (Red+Green+Blue) = 19+116+31=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 116 (45.70% from 255 or 69.88% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 116 - color contains mainly: green. Hex color #13741F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13741F is #EC8BE0. Grayscale: #4D4D4D. Windows color (decimal): -15502305 or 2061331. OLE color: 2061331.

HSL color Cylindrical-coordinate representation of color #13741F: hue angle of 127.42º 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 #13741F is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 116 31 -
CMYK 0.84 0 0.73 0.55
HSL 127.42º 0.72% 0.26% -
HSV(B) 127.42º 0.84% 0.45% -
XYZ 6.76 12.73 3.4 -
YUV 77.31 101.86 86.41 -
System Red Green Blue C M Y K H S L
Decimal 19 116 31 0.84 0 0.73 0.55 127.42 0.72 0.26
Hex 13 74 1F 54 0 49 37 7F 48 1A
Octal 23 164 37 124 0 111 67 177 110 32
Binary 10011 1110100 11111 1010100 0 1001001 110111 1111111 1001000 11010

Color Harmonies of #13741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13741F

Black with #13741F

Text Example


Text Example

White with #13741F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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