Html Css Color HEX #13731B Forest Green

📋 copy color: '#13731B'

red 19 ◦ green 115 ◦ blue 27

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

Shades of Forest Green #13731B

Tints of Forest Green #13731B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 71.43%

 BLUE value IS 27 (10.94% from 255) = 16.77%

R = 11.8%
G = 71.43%
B = 16.77%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#13731B (or 0x13731B) is known color: Forest Green. HEX triplet: 13, 73 and 1B. RGB value is (19,115,27). Sum of RGB (Red+Green+Blue) = 19+115+27=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 115 (45.31% from 255 or 71.43% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 115 - color contains mainly: green. Hex color #13731B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13731B is #EC8CE4. Grayscale: #4C4C4C. Windows color (decimal): -15502565 or 1798931. OLE color: 1798931.

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

Color convert

RGB 19 115 27 -
CMYK 0.83 0 0.77 0.55
HSL 125º 0.72% 0.26% -
HSV(B) 125º 0.83% 0.45% -
XYZ 6.6 12.48 3.1 -
YUV 76.26 100.2 87.16 -
System Red Green Blue C M Y K H S L
Decimal 19 115 27 0.83 0 0.77 0.55 125 0.72 0.26
Hex 13 73 1B 53 0 4D 37 7D 48 1A
Octal 23 163 33 123 0 115 67 175 110 32
Binary 10011 1110011 11011 1010011 0 1001101 110111 1111101 1001000 11010

Color Harmonies of #13731B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13731B

Black with #13731B

Text Example


Text Example

White with #13731B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13731B; }

 p { color: rgb(19,115,27); }

 H1.HeaderClassName
 {
   color: #13731B;
 }
 .AnyTagClassName
 {
   color: #13731B;
 }
</style>

background-color css

<style>
 a { background-color: #13731B; }

 a { background-color: rgb(19,115,27); }

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

border-color css

<style>
 span { border-color: #13731B; }

 span { border-color: rgb(19,115,27); }

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