Html Css Color HEX #1DA514 Forest Green

📋 copy color: '#1DA514'

red 29 ◦ green 165 ◦ blue 20

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

Shades of Forest Green #1DA514

Tints of Forest Green #1DA514

RGB

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

 GREEN value IS 165 (64.84% from 255) = 77.1%

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

R = 13.55%
G = 77.1%
B = 9.35%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#1DA514 (or 0x1DA514) is known color: Forest Green. HEX triplet: 1D, A5 and 14. RGB value is (29,165,20). Sum of RGB (Red+Green+Blue) = 29+165+20=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 165 (64.84% from 255 or 77.10% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA514 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA514 is #E25AEB. Grayscale: #6C6C6C. Windows color (decimal): -14834412 or 1352989. OLE color: 1352989.

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

Color convert

RGB 29 165 20 -
CMYK 0.82 0 0.88 0.35
HSL 116.28º 0.78% 0.36% -
HSV(B) 116.28º 0.88% 0.65% -
XYZ 14.09 27.22 5.17 -
YUV 107.81 78.44 71.79 -
System Red Green Blue C M Y K H S L
Decimal 29 165 20 0.82 0 0.88 0.35 116.28 0.78 0.36
Hex 1D A5 14 52 0 58 23 74 4E 24
Octal 35 245 24 122 0 130 43 164 116 44
Binary 11101 10100101 10100 1010010 0 1011000 100011 1110100 1001110 100100

Color Harmonies of #1DA514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA514

Black with #1DA514

Text Example


Text Example

White with #1DA514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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