Html Css Color HEX #1DA613 Forest Green

📋 copy color: '#1DA613'

red 29 ◦ green 166 ◦ blue 19

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

Shades of Forest Green #1DA613

Tints of Forest Green #1DA613

RGB

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

 GREEN value IS 166 (65.23% from 255) = 77.57%

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

R = 13.55%
G = 77.57%
B = 8.88%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#1DA613 (or 0x1DA613) is known color: Forest Green. HEX triplet: 1D, A6 and 13. RGB value is (29,166,19). Sum of RGB (Red+Green+Blue) = 29+166+19=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 166 (65.23% from 255 or 77.57% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 166 - color contains mainly: green. Hex color #1DA613 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA613 is #E259EC. Grayscale: #6C6C6C. Windows color (decimal): -14834157 or 1287709. OLE color: 1287709.

HSL color Cylindrical-coordinate representation of color #1DA613: hue angle of 115.92º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DA613 is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 29 166 19 -
CMYK 0.83 0 0.89 0.35
HSL 115.92º 0.79% 0.36% -
HSV(B) 115.92º 0.89% 0.65% -
XYZ 14.26 27.58 5.19 -
YUV 108.28 77.61 71.45 -
System Red Green Blue C M Y K H S L
Decimal 29 166 19 0.83 0 0.89 0.35 115.92 0.79 0.36
Hex 1D A6 13 53 0 59 23 74 4F 24
Octal 35 246 23 123 0 131 43 164 117 44
Binary 11101 10100110 10011 1010011 0 1011001 100011 1110100 1001111 100100

Color Harmonies of #1DA613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA613

Black with #1DA613

Text Example


Text Example

White with #1DA613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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