#1DA318

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

Shades of Forest Green #1DA318

Tints of Forest Green #1DA318

Color information

#1DA318 (or 0x1DA318) is unknown color: approx Forest Green. HEX triplet: 1D, A3 and 18. RGB value is (29,163,24). Sum of RGB (Red+Green+Blue) = 29+163+24=216 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.43% from 216); Green value is 163 (64.06% from 255 or 75.46% from 216); Blue value is 24 (9.77% from 255 or 11.11% from 216); Max value from RGB is 163 - color contains mainly: green. Hex color #1DA318 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA318 is #E25CE7. Grayscale: #6B6B6B. Windows color (decimal): -14834920 or 1614621. OLE color: 1614621.

HSL color Cylindrical-coordinate representation of color #1DA318: hue angle of 117.84º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DA318 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB2916324-
CMYK0.8200.850.36
HSL117.84º74.33%36.67%-
HSV(B)117.84º85.28%63.92%-
XYZ13.7726.525.26-
YUV107.0981.1172.3-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.43%
GREEN value IS 163 (64.06% from 255) = 75.46%
BLUE value IS 24 (9.77% from 255) = 11.11%
R=13.43%
G=75.46%
B=11.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal29163240.8200.850.36117.8474.3336.67
Hex1DA3185205524764a25
Octal352433012201254416611245
Binary11101101000111100010100100101010110010011101101001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,163,24); }

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

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

 a { background-color: rgb(29,163,24); }

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

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

 span { border-color: rgb(29,163,24); }

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