#1DAF15

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

Shades of Forest Green #1DAF15

Tints of Forest Green #1DAF15

Color information

#1DAF15 (or 0x1DAF15) is unknown color: approx Forest Green. HEX triplet: 1D, AF and 15. RGB value is (29,175,21). Sum of RGB (Red+Green+Blue) = 29+175+21=225 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.89% from 225); Green value is 175 (68.75% from 255 or 77.78% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DAF15 is #E250EA. Grayscale: #727272. Windows color (decimal): -14831851 or 1421085. OLE color: 1421085.

HSL color Cylindrical-coordinate representation of color #1DAF15: hue angle of 116.88º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DAF15 is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB2917521-
CMYK0.8300.880.31
HSL116.88º78.57%38.43%-
HSV(B)116.88º88%68.63%-
XYZ15.9730.985.85-
YUV113.7975.6367.52-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.89%
GREEN value IS 175 (68.75% from 255) = 77.78%
BLUE value IS 21 (8.59% from 255) = 9.33%
R=12.89%
G=77.78%
B=9.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal29175210.8300.880.31116.8878.5738.43
Hex1DAF15530581F754f26
Octal352572512301303716511746
Binary1110110101111101011010011010110001111111101011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAF15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,175,21); }

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

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

 a { background-color: rgb(29,175,21); }

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

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

 span { border-color: rgb(29,175,21); }

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