Html Css Color HEX #13751D Forest Green

📋 copy color: '#13751D'

red 19 ◦ green 117 ◦ blue 29

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

Shades of Forest Green #13751D

Tints of Forest Green #13751D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.58%

R = 11.52%
G = 70.91%
B = 17.58%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#13751D (or 0x13751D) is known color: Forest Green. HEX triplet: 13, 75 and 1D. RGB value is (19,117,29). Sum of RGB (Red+Green+Blue) = 19+117+29=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 117 (46.09% from 255 or 70.91% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 117 - color contains mainly: green. Hex color #13751D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13751D is #EC8AE2. Grayscale: #4D4D4D. Windows color (decimal): -15502051 or 1930515. OLE color: 1930515.

HSL color Cylindrical-coordinate representation of color #13751D: hue angle of 126.12º 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 #13751D is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 117 29 -
CMYK 0.84 0 0.75 0.54
HSL 126.12º 0.72% 0.27% -
HSV(B) 126.12º 0.84% 0.46% -
XYZ 6.85 12.95 3.3 -
YUV 77.67 100.53 86.16 -
System Red Green Blue C M Y K H S L
Decimal 19 117 29 0.84 0 0.75 0.54 126.12 0.72 0.27
Hex 13 75 1D 54 0 4B 36 7E 48 1B
Octal 23 165 35 124 0 113 66 176 110 33
Binary 10011 1110101 11101 1010100 0 1001011 110110 1111110 1001000 11011

Color Harmonies of #13751D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13751D

Black with #13751D

Text Example


Text Example

White with #13751D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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