Html Css Color HEX #1DA42F Forest Green

📋 copy color: '#1DA42F'

red 29 ◦ green 164 ◦ blue 47

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

Shades of Forest Green #1DA42F

Tints of Forest Green #1DA42F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.58%

R = 12.08%
G = 68.33%
B = 19.58%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#1DA42F (or 0x1DA42F) is known color: Forest Green. HEX triplet: 1D, A4 and 2F. RGB value is (29,164,47). Sum of RGB (Red+Green+Blue) = 29+164+47=240 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.08% from 240); Green value is 164 (64.45% from 255 or 68.33% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 164 - color contains mainly: green. Hex color #1DA42F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA42F is #E25BD0. Grayscale: #6E6E6E. Windows color (decimal): -14834641 or 3122205. OLE color: 3122205.

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

Color convert

RGB 29 164 47 -
CMYK 0.82 0 0.71 0.36
HSL 128º 0.7% 0.38% -
HSV(B) 128º 0.82% 0.64% -
XYZ 14.3 27.02 7.15 -
YUV 110.3 92.27 70.01 -
System Red Green Blue C M Y K H S L
Decimal 29 164 47 0.82 0 0.71 0.36 128 0.7 0.38
Hex 1D A4 2F 52 0 47 24 80 46 26
Octal 35 244 57 122 0 107 44 200 106 46
Binary 11101 10100100 101111 1010010 0 1000111 100100 10000000 1000110 100110

Color Harmonies of #1DA42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA42F

Black with #1DA42F

Text Example


Text Example

White with #1DA42F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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