Html Css Color HEX #1DA413 Forest Green

📋 copy color: '#1DA413'

red 29 ◦ green 164 ◦ blue 19

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

Shades of Forest Green #1DA413

Tints of Forest Green #1DA413

RGB

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

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

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

R = 13.68%
G = 77.36%
B = 8.96%

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

#1DA413 (or 0x1DA413) is known color: Forest Green. HEX triplet: 1D, A4 and 13. RGB value is (29,164,19). Sum of RGB (Red+Green+Blue) = 29+164+19=212 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.68% from 212); Green value is 164 (64.45% from 255 or 77.36% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 164 - color contains mainly: green. Hex color #1DA413 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA413 is #E25BEC. Grayscale: #6B6B6B. Windows color (decimal): -14834669 or 1287197. OLE color: 1287197.

HSL color Cylindrical-coordinate representation of color #1DA413: hue angle of 115.86º degrees, saturation: 0.79, 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 #1DA413 is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 29 164 19 -
CMYK 0.82 0 0.88 0.36
HSL 115.86º 0.79% 0.36% -
HSV(B) 115.86º 0.88% 0.64% -
XYZ 13.9 26.86 5.07 -
YUV 107.11 78.27 72.29 -
System Red Green Blue C M Y K H S L
Decimal 29 164 19 0.82 0 0.88 0.36 115.86 0.79 0.36
Hex 1D A4 13 52 0 58 24 74 4F 24
Octal 35 244 23 122 0 130 44 164 117 44
Binary 11101 10100100 10011 1010010 0 1011000 100100 1110100 1001111 100100

Color Harmonies of #1DA413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA413

Black with #1DA413

Text Example


Text Example

White with #1DA413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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