Html Css Color HEX #1DAE13 Forest Green

📋 copy color: '#1DAE13'

red 29 ◦ green 174 ◦ blue 19

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

Shades of Forest Green #1DAE13

Tints of Forest Green #1DAE13

RGB

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

 GREEN value IS 174 (68.36% from 255) = 78.38%

 BLUE value IS 19 (7.81% from 255) = 8.56%

R = 13.06%
G = 78.38%
B = 8.56%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#1DAE13 (or 0x1DAE13) is known color: Forest Green. HEX triplet: 1D, AE and 13. RGB value is (29,174,19). Sum of RGB (Red+Green+Blue) = 29+174+19=222 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.06% from 222); Green value is 174 (68.36% from 255 or 78.38% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAE13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DAE13 is #E251EC. Grayscale: #717171. Windows color (decimal): -14832109 or 1289757. OLE color: 1289757.

HSL color Cylindrical-coordinate representation of color #1DAE13: hue angle of 116.13º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DAE13 is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 29 174 19 -
CMYK 0.83 0 0.89 0.32
HSL 116.13º 0.8% 0.38% -
HSV(B) 116.13º 0.89% 0.68% -
XYZ 15.76 30.58 5.69 -
YUV 112.98 74.96 68.1 -
System Red Green Blue C M Y K H S L
Decimal 29 174 19 0.83 0 0.89 0.32 116.13 0.8 0.38
Hex 1D AE 13 53 0 59 20 74 50 26
Octal 35 256 23 123 0 131 40 164 120 46
Binary 11101 10101110 10011 1010011 0 1011001 100000 1110100 1010000 100110

Color Harmonies of #1DAE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAE13

Black with #1DAE13

Text Example


Text Example

White with #1DAE13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,174,19); }

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

background-color css

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

 a { background-color: rgb(29,174,19); }

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

border-color css

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

 span { border-color: rgb(29,174,19); }

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