#1DA525

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

Shades of Forest Green #1DA525

Tints of Forest Green #1DA525

Color information

#1DA525 (or 0x1DA525) is unknown color: approx Forest Green. HEX triplet: 1D, A5 and 25. RGB value is (29,165,37). Sum of RGB (Red+Green+Blue) = 29+165+37=231 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.55% from 231); Green value is 165 (64.84% from 255 or 71.43% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA525 is #E25ADA. Grayscale: #6E6E6E. Windows color (decimal): -14834395 or 2467101. OLE color: 2467101.

HSL color Cylindrical-coordinate representation of color #1DA525: hue angle of 123.53º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA525 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB2916537-
CMYK0.8200.780.35
HSL123.53º70.1%38.04%-
HSV(B)123.53º82.42%64.71%-
XYZ14.327.316.27-
YUV109.7486.9470.41-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.55%
GREEN value IS 165 (64.84% from 255) = 71.43%
BLUE value IS 37 (14.84% from 255) = 16.02%
R=12.55%
G=71.43%
B=16.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal29165370.8200.780.35123.5370.138.04
Hex1DA5255204E237c4626
Octal352454512201164317410646
Binary111011010010110010110100100100111010001111111001000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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