Html Css Color HEX #1DA314 Forest Green

📋 copy color: '#1DA314'

red 29 ◦ green 163 ◦ blue 20

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

Shades of Forest Green #1DA314

Tints of Forest Green #1DA314

RGB

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

 GREEN value IS 163 (64.06% from 255) = 76.89%

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

R = 13.68%
G = 76.89%
B = 9.43%

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

#1DA314 (or 0x1DA314) is known color: Forest Green. HEX triplet: 1D, A3 and 14. RGB value is (29,163,20). Sum of RGB (Red+Green+Blue) = 29+163+20=212 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.68% from 212); Green value is 163 (64.06% from 255 or 76.89% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 163 - color contains mainly: green. Hex color #1DA314 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA314 is #E25CEB. Grayscale: #6B6B6B. Windows color (decimal): -14834924 or 1352477. OLE color: 1352477.

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

Color convert

RGB 29 163 20 -
CMYK 0.82 0 0.88 0.36
HSL 116.22º 0.78% 0.36% -
HSV(B) 116.22º 0.88% 0.64% -
XYZ 13.73 26.51 5.05 -
YUV 106.63 79.11 72.63 -
System Red Green Blue C M Y K H S L
Decimal 29 163 20 0.82 0 0.88 0.36 116.22 0.78 0.36
Hex 1D A3 14 52 0 58 24 74 4E 24
Octal 35 243 24 122 0 130 44 164 116 44
Binary 11101 10100011 10100 1010010 0 1011000 100100 1110100 1001110 100100

Color Harmonies of #1DA314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA314

Black with #1DA314

Text Example


Text Example

White with #1DA314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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