#1D8D25

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

Shades of Forest Green #1D8D25

Tints of Forest Green #1D8D25

Color information

#1D8D25 (or 0x1D8D25) is unknown color: approx Forest Green. HEX triplet: 1D, 8D and 25. RGB value is (29,141,37). Sum of RGB (Red+Green+Blue) = 29+141+37=207 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.01% from 207); Green value is 141 (55.47% from 255 or 68.12% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 141 - color contains mainly: green. Hex color #1D8D25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8D25 is #E272DA. Grayscale: #5F5F5F. Windows color (decimal): -14840539 or 2460957. OLE color: 2460957.

HSL color Cylindrical-coordinate representation of color #1D8D25: hue angle of 124.29º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8D25 is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB2914137-
CMYK0.7900.740.45
HSL124.29º65.88%33.33%-
HSV(B)124.29º79.43%55.29%-
XYZ10.3719.444.96-
YUV95.6694.8980.46-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.01%
GREEN value IS 141 (55.47% from 255) = 68.12%
BLUE value IS 37 (14.84% from 255) = 17.87%
R=14.01%
G=68.12%
B=17.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal29141370.7900.740.45124.2965.8833.33
Hex1D8D254F04A2D7c4221
Octal352154511701125517410241
Binary111011000110110010110011110100101010110111111001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,141,37); }

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

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

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

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

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

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

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