#1D750B

Color #1D750B Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #1D750B

Tints of Forest Green #1D750B

Color information

#1D750B (or 0x1D750B) is unknown color: approx Forest Green. HEX triplet: 1D, 75 and 0B. RGB value is (29,117,11). Sum of RGB (Red+Green+Blue) = 29+117+11=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 117 (46.09% from 255 or 74.52% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 117 - color contains mainly: green. Hex color #1D750B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D750B is #E28AF4. Grayscale: #4E4E4E. Windows color (decimal): -14846709 or 750877. OLE color: 750877.

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

Color convert

RGB2911711-
CMYK0.7500.910.54
HSL109.81º82.81%25.1%-
HSV(B)109.81º90.6%45.88%-
XYZ6.9313.012.46-
YUV78.689.8592.62-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.47%
GREEN value IS 117 (46.09% from 255) = 74.52%
BLUE value IS 11 (4.69% from 255) = 7.01%
R=18.47%
G=74.52%
B=7.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal29117110.7500.910.54109.8182.8125.1
Hex1D75B4B05B366e5319
Octal351651311301336615612331
Binary11101111010110111001011010110111101101101110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D750B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D750B;
 }
 .AnyTagClassName
 {
   color: #1D750B;
 }
</style>
background-color css

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

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

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

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

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

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