Html Css Color HEX #1DAD12 Forest Green

📋 copy color: '#1DAD12'

red 29 ◦ green 173 ◦ blue 18

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

Shades of Forest Green #1DAD12

Tints of Forest Green #1DAD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.18%

R = 13.18%
G = 78.64%
B = 8.18%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#1DAD12 (or 0x1DAD12) is known color: Forest Green. HEX triplet: 1D, AD and 12. RGB value is (29,173,18). Sum of RGB (Red+Green+Blue) = 29+173+18=220 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.18% from 220); Green value is 173 (67.97% from 255 or 78.64% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 173 - color contains mainly: green. Hex color #1DAD12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DAD12 is #E252ED. Grayscale: #707070. Windows color (decimal): -14832366 or 1223965. OLE color: 1223965.

HSL color Cylindrical-coordinate representation of color #1DAD12: hue angle of 115.74º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DAD12 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 29 173 18 -
CMYK 0.83 0 0.90 0.32
HSL 115.74º 0.81% 0.37% -
HSV(B) 115.74º 0.9% 0.68% -
XYZ 15.56 30.19 5.58 -
YUV 112.27 74.79 68.6 -
System Red Green Blue C M Y K H S L
Decimal 29 173 18 0.83 0 0.90 0.32 115.74 0.81 0.37
Hex 1D AD 12 53 0 5A 20 74 51 25
Octal 35 255 22 123 0 132 40 164 121 45
Binary 11101 10101101 10010 1010011 0 1011010 100000 1110100 1010001 100101

Color Harmonies of #1DAD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAD12

Black with #1DAD12

Text Example


Text Example

White with #1DAD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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