Html Css Color HEX #1DAD1E Forest Green

📋 copy color: '#1DAD1E'

red 29 ◦ green 173 ◦ blue 30

#1DAD1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #1DAD1E

Tints of Forest Green #1DAD1E

RGB

 RED value IS 29 (11.72% from 255) = 12.5%

 GREEN value IS 173 (67.97% from 255) = 74.57%

 BLUE value IS 30 (12.11% from 255) = 12.93%

R = 12.5%
G = 74.57%
B = 12.93%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#1DAD1E (or 0x1DAD1E) is known color: Forest Green. HEX triplet: 1D, AD and 1E. RGB value is (29,173,30). Sum of RGB (Red+Green+Blue) = 29+173+30=232 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.5% from 232); Green value is 173 (67.97% from 255 or 74.57% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 173 - color contains mainly: green. Hex color #1DAD1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAD1E is #E252E1. Grayscale: #727272. Windows color (decimal): -14832354 or 2010397. OLE color: 2010397.

HSL color Cylindrical-coordinate representation of color #1DAD1E: hue angle of 120.42º 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 #1DAD1E is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 29 173 30 -
CMYK 0.83 0 0.83 0.32
HSL 120.42º 0.71% 0.4% -
HSV(B) 120.42º 0.83% 0.68% -
XYZ 15.68 30.24 6.24 -
YUV 113.64 80.79 67.63 -
System Red Green Blue C M Y K H S L
Decimal 29 173 30 0.83 0 0.83 0.32 120.42 0.71 0.4
Hex 1D AD 1E 53 0 53 20 78 47 28
Octal 35 255 36 123 0 123 40 170 107 50
Binary 11101 10101101 11110 1010011 0 1010011 100000 1111000 1000111 101000

Color Harmonies of #1DAD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAD1E

Black with #1DAD1E

Text Example


Text Example

White with #1DAD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1DAD1E;
 }
 .AnyTagClassName
 {
   color: #1DAD1E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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