Html Css Color HEX #13751C Forest Green

📋 copy color: '#13751C'

red 19 ◦ green 117 ◦ blue 28

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

Shades of Forest Green #13751C

Tints of Forest Green #13751C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 71.34%

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

R = 11.59%
G = 71.34%
B = 17.07%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#13751C (or 0x13751C) is known color: Forest Green. HEX triplet: 13, 75 and 1C. RGB value is (19,117,28). Sum of RGB (Red+Green+Blue) = 19+117+28=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 117 (46.09% from 255 or 71.34% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 117 - color contains mainly: green. Hex color #13751C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13751C is #EC8AE3. Grayscale: #4D4D4D. Windows color (decimal): -15502052 or 1864979. OLE color: 1864979.

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

Color convert

RGB 19 117 28 -
CMYK 0.84 0 0.76 0.54
HSL 125.51º 0.72% 0.27% -
HSV(B) 125.51º 0.84% 0.46% -
XYZ 6.84 12.94 3.24 -
YUV 77.55 100.03 86.24 -
System Red Green Blue C M Y K H S L
Decimal 19 117 28 0.84 0 0.76 0.54 125.51 0.72 0.27
Hex 13 75 1C 54 0 4C 36 7E 48 1B
Octal 23 165 34 124 0 114 66 176 110 33
Binary 10011 1110101 11100 1010100 0 1001100 110110 1111110 1001000 11011

Color Harmonies of #13751C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13751C

Black with #13751C

Text Example


Text Example

White with #13751C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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