Html Css Color HEX #13761D Forest Green

📋 copy color: '#13761D'

red 19 ◦ green 118 ◦ blue 29

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

Shades of Forest Green #13761D

Tints of Forest Green #13761D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 71.08%

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

R = 11.45%
G = 71.08%
B = 17.47%

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

#13761D (or 0x13761D) is known color: Forest Green. HEX triplet: 13, 76 and 1D. RGB value is (19,118,29). Sum of RGB (Red+Green+Blue) = 19+118+29=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 118 (46.48% from 255 or 71.08% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 118 - color contains mainly: green. Hex color #13761D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13761D is #EC89E2. Grayscale: #4E4E4E. Windows color (decimal): -15501795 or 1930771. OLE color: 1930771.

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

Color convert

RGB 19 118 29 -
CMYK 0.84 0 0.75 0.54
HSL 126.06º 0.72% 0.27% -
HSV(B) 126.06º 0.84% 0.46% -
XYZ 6.97 13.18 3.34 -
YUV 78.25 100.2 85.74 -
System Red Green Blue C M Y K H S L
Decimal 19 118 29 0.84 0 0.75 0.54 126.06 0.72 0.27
Hex 13 76 1D 54 0 4B 36 7E 48 1B
Octal 23 166 35 124 0 113 66 176 110 33
Binary 10011 1110110 11101 1010100 0 1001011 110110 1111110 1001000 11011

Color Harmonies of #13761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13761D

Black with #13761D

Text Example


Text Example

White with #13761D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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