Html Css Color HEX #1DA414 Forest Green

📋 copy color: '#1DA414'

red 29 ◦ green 164 ◦ blue 20

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

Shades of Forest Green #1DA414

Tints of Forest Green #1DA414

RGB

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

 GREEN value IS 164 (64.45% from 255) = 77%

 BLUE value IS 20 (8.2% from 255) = 9.39%

R = 13.62%
G = 77%
B = 9.39%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#1DA414 (or 0x1DA414) is known color: Forest Green. HEX triplet: 1D, A4 and 14. RGB value is (29,164,20). Sum of RGB (Red+Green+Blue) = 29+164+20=213 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.62% from 213); Green value is 164 (64.45% from 255 or 77.00% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 164 - color contains mainly: green. Hex color #1DA414 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA414 is #E25BEB. Grayscale: #6B6B6B. Windows color (decimal): -14834668 or 1352733. OLE color: 1352733.

HSL color Cylindrical-coordinate representation of color #1DA414: hue angle of 116.25º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DA414 is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 29 164 20 -
CMYK 0.82 0 0.88 0.36
HSL 116.25º 0.78% 0.36% -
HSV(B) 116.25º 0.88% 0.64% -
XYZ 13.91 26.86 5.11 -
YUV 107.22 78.77 72.21 -
System Red Green Blue C M Y K H S L
Decimal 29 164 20 0.82 0 0.88 0.36 116.25 0.78 0.36
Hex 1D A4 14 52 0 58 24 74 4E 24
Octal 35 244 24 122 0 130 44 164 116 44
Binary 11101 10100100 10100 1010010 0 1011000 100100 1110100 1001110 100100

Color Harmonies of #1DA414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA414

Black with #1DA414

Text Example


Text Example

White with #1DA414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,164,20); }

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

background-color css

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

 a { background-color: rgb(29,164,20); }

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

border-color css

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

 span { border-color: rgb(29,164,20); }

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