Html Css Color HEX #1D751C Forest Green

📋 copy color: '#1D751C'

red 29 ◦ green 117 ◦ blue 28

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

Shades of Forest Green #1D751C

Tints of Forest Green #1D751C

RGB

 RED value IS 29 (11.72% from 255) = 16.67%

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

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

R = 16.67%
G = 67.24%
B = 16.09%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#1D751C (or 0x1D751C) is known color: Forest Green. HEX triplet: 1D, 75 and 1C. RGB value is (29,117,28). Sum of RGB (Red+Green+Blue) = 29+117+28=174 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.67% from 174); Green value is 117 (46.09% from 255 or 67.24% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 117 - color contains mainly: green. Hex color #1D751C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D751C is #E28AE3. Grayscale: #505050. Windows color (decimal): -14846692 or 1864989. OLE color: 1864989.

HSL color Cylindrical-coordinate representation of color #1D751C: hue angle of 119.33º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D751C is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 29 117 28 -
CMYK 0.75 0 0.76 0.54
HSL 119.33º 0.61% 0.28% -
HSV(B) 119.33º 0.76% 0.46% -
XYZ 7.08 13.07 3.25 -
YUV 80.54 98.35 91.24 -
System Red Green Blue C M Y K H S L
Decimal 29 117 28 0.75 0 0.76 0.54 119.33 0.61 0.28
Hex 1D 75 1C 4B 0 4C 36 77 3D 1C
Octal 35 165 34 113 0 114 66 167 75 34
Binary 11101 1110101 11100 1001011 0 1001100 110110 1110111 111101 11100

Color Harmonies of #1D751C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D751C

Black with #1D751C

Text Example


Text Example

White with #1D751C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D751C; }

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

 H1.HeaderClassName
 {
   color: #1D751C;
 }
 .AnyTagClassName
 {
   color: #1D751C;
 }
</style>

background-color css

<style>
 a { background-color: #1D751C; }

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

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

border-color css

<style>
 span { border-color: #1D751C; }

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

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