#1DAD28

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

Shades of Forest Green #1DAD28

Tints of Forest Green #1DAD28

Color information

#1DAD28 (or 0x1DAD28) is unknown color: approx Forest Green. HEX triplet: 1D, AD and 28. RGB value is (29,173,40). Sum of RGB (Red+Green+Blue) = 29+173+40=242 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.98% from 242); Green value is 173 (67.97% from 255 or 71.49% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 173 - color contains mainly: green. Hex color #1DAD28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAD28 is #E252D7. Grayscale: #737373. Windows color (decimal): -14832344 or 2665757. OLE color: 2665757.

HSL color Cylindrical-coordinate representation of color #1DAD28: hue angle of 124.58º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAD28 is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB2917340-
CMYK0.8300.770.32
HSL124.58º71.29%39.61%-
HSV(B)124.58º83.24%67.84%-
XYZ15.8330.37.02-
YUV114.7885.7966.81-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.98%
GREEN value IS 173 (67.97% from 255) = 71.49%
BLUE value IS 40 (16.02% from 255) = 16.53%
R=11.98%
G=71.49%
B=16.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal29173400.8300.770.32124.5871.2939.61
Hex1DAD285304D207d4728
Octal352555012301154017510750
Binary111011010110110100010100110100110110000011111011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAD28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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