#1D9525

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

Shades of Forest Green #1D9525

Tints of Forest Green #1D9525

Color information

#1D9525 (or 0x1D9525) is unknown color: approx Forest Green. HEX triplet: 1D, 95 and 25. RGB value is (29,149,37). Sum of RGB (Red+Green+Blue) = 29+149+37=215 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.49% from 215); Green value is 149 (58.59% from 255 or 69.30% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 149 - color contains mainly: green. Hex color #1D9525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9525 is #E26ADA. Grayscale: #646464. Windows color (decimal): -14838491 or 2463005. OLE color: 2463005.

HSL color Cylindrical-coordinate representation of color #1D9525: hue angle of 124º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9525 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB2914937-
CMYK0.8100.750.42
HSL124º67.42%34.9%-
HSV(B)124º80.54%58.43%-
XYZ11.5921.895.36-
YUV100.3592.2477.11-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.49%
GREEN value IS 149 (58.59% from 255) = 69.30%
BLUE value IS 37 (14.84% from 255) = 17.21%
R=13.49%
G=69.30%
B=17.21%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal29149370.8100.750.4212467.4234.9
Hex1D95255104B2A7c4323
Octal352254512101135217410343
Binary111011001010110010110100010100101110101011111001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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