#1DA528

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

Shades of Forest Green #1DA528

Tints of Forest Green #1DA528

Color information

#1DA528 (or 0x1DA528) is unknown color: approx Forest Green. HEX triplet: 1D, A5 and 28. RGB value is (29,165,40). Sum of RGB (Red+Green+Blue) = 29+165+40=234 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.39% from 234); Green value is 165 (64.84% from 255 or 70.51% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA528 is #E25AD7. Grayscale: #6E6E6E. Windows color (decimal): -14834392 or 2663709. OLE color: 2663709.

HSL color Cylindrical-coordinate representation of color #1DA528: hue angle of 124.85º 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 #1DA528 is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB2916540-
CMYK0.8200.760.35
HSL124.85º70.1%38.04%-
HSV(B)124.85º82.42%64.71%-
XYZ14.3427.326.53-
YUV110.0988.4470.16-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.39%
GREEN value IS 165 (64.84% from 255) = 70.51%
BLUE value IS 40 (16.02% from 255) = 17.09%
R=12.39%
G=70.51%
B=17.09%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal29165400.8200.760.35124.8570.138.04
Hex1DA5285204C237d4626
Octal352455012201144317510646
Binary111011010010110100010100100100110010001111111011000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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