Html Css Color HEX #1D751D Forest Green

📋 copy color: '#1D751D'

red 29 ◦ green 117 ◦ blue 29

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

Shades of Forest Green #1D751D

Tints of Forest Green #1D751D

RGB

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

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

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

R = 16.57%
G = 66.86%
B = 16.57%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#1D751D (or 0x1D751D) is known color: Forest Green. HEX triplet: 1D, 75 and 1D. RGB value is (29,117,29). Sum of RGB (Red+Green+Blue) = 29+117+29=175 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.57% from 175); Green value is 117 (46.09% from 255 or 66.86% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 117 - color contains mainly: green. Hex color #1D751D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D751D is #E28AE2. Grayscale: #505050. Windows color (decimal): -14846691 or 1930525. OLE color: 1930525.

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

Color convert

RGB 29 117 29 -
CMYK 0.75 0 0.75 0.54
HSL 120º 0.6% 0.29% -
HSV(B) 120º 0.75% 0.46% -
XYZ 7.09 13.07 3.31 -
YUV 80.66 98.85 91.16 -
System Red Green Blue C M Y K H S L
Decimal 29 117 29 0.75 0 0.75 0.54 120 0.6 0.29
Hex 1D 75 1D 4B 0 4B 36 78 3C 1D
Octal 35 165 35 113 0 113 66 170 74 35
Binary 11101 1110101 11101 1001011 0 1001011 110110 1111000 111100 11101

Color Harmonies of #1D751D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D751D

Black with #1D751D

Text Example


Text Example

White with #1D751D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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