Html Css Color HEX #1DAD26 Forest Green

📋 copy color: '#1DAD26'

red 29 ◦ green 173 ◦ blue 38

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

Shades of Forest Green #1DAD26

Tints of Forest Green #1DAD26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.83%

R = 12.08%
G = 72.08%
B = 15.83%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#1DAD26 (or 0x1DAD26) is known color: Forest Green. HEX triplet: 1D, AD and 26. RGB value is (29,173,38). Sum of RGB (Red+Green+Blue) = 29+173+38=240 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.08% from 240); Green value is 173 (67.97% from 255 or 72.08% from 240); Blue value is 38 (15.23% from 255 or 15.83% from 240); Max value from RGB is 173 - color contains mainly: green. Hex color #1DAD26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAD26 is #E252D9. Grayscale: #727272. Windows color (decimal): -14832346 or 2534685. OLE color: 2534685.

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

Color convert

RGB 29 173 38 -
CMYK 0.83 0 0.78 0.32
HSL 123.75º 0.71% 0.4% -
HSV(B) 123.75º 0.83% 0.68% -
XYZ 15.8 30.29 6.85 -
YUV 114.55 84.79 66.98 -
System Red Green Blue C M Y K H S L
Decimal 29 173 38 0.83 0 0.78 0.32 123.75 0.71 0.4
Hex 1D AD 26 53 0 4E 20 7C 47 28
Octal 35 255 46 123 0 116 40 174 107 50
Binary 11101 10101101 100110 1010011 0 1001110 100000 1111100 1000111 101000

Color Harmonies of #1DAD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAD26

Black with #1DAD26

Text Example


Text Example

White with #1DAD26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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