Html Css Color HEX #1D730F Forest Green

📋 copy color: '#1D730F'

red 29 ◦ green 115 ◦ blue 15

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

Shades of Forest Green #1D730F

Tints of Forest Green #1D730F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 72.33%

 BLUE value IS 15 (6.25% from 255) = 9.43%

R = 18.24%
G = 72.33%
B = 9.43%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#1D730F (or 0x1D730F) is known color: Forest Green. HEX triplet: 1D, 73 and 0F. RGB value is (29,115,15). Sum of RGB (Red+Green+Blue) = 29+115+15=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 115 (45.31% from 255 or 72.33% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 115 - color contains mainly: green. Hex color #1D730F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D730F is #E28CF0. Grayscale: #4E4E4E. Windows color (decimal): -14847217 or 1012509. OLE color: 1012509.

HSL color Cylindrical-coordinate representation of color #1D730F: hue angle of 111.6º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D730F is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 29 115 15 -
CMYK 0.75 0 0.87 0.55
HSL 111.6º 0.77% 0.25% -
HSV(B) 111.6º 0.87% 0.45% -
XYZ 6.72 12.56 2.52 -
YUV 77.89 92.51 93.13 -
System Red Green Blue C M Y K H S L
Decimal 29 115 15 0.75 0 0.87 0.55 111.6 0.77 0.25
Hex 1D 73 F 4B 0 57 37 70 4D 19
Octal 35 163 17 113 0 127 67 160 115 31
Binary 11101 1110011 1111 1001011 0 1010111 110111 1110000 1001101 11001

Color Harmonies of #1D730F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D730F

Black with #1D730F

Text Example


Text Example

White with #1D730F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,115,15); }

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

background-color css

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

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

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

border-color css

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

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

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