Html Css Color HEX #1DA725 Forest Green

📋 copy color: '#1DA725'

red 29 ◦ green 167 ◦ blue 37

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

Shades of Forest Green #1DA725

Tints of Forest Green #1DA725

RGB

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

 GREEN value IS 167 (65.63% from 255) = 71.67%

 BLUE value IS 37 (14.84% from 255) = 15.88%

R = 12.45%
G = 71.67%
B = 15.88%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#1DA725 (or 0x1DA725) is known color: Forest Green. HEX triplet: 1D, A7 and 25. RGB value is (29,167,37). Sum of RGB (Red+Green+Blue) = 29+167+37=233 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.45% from 233); Green value is 167 (65.62% from 255 or 71.67% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 167 - color contains mainly: green. Hex color #1DA725 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA725 is #E258DA. Grayscale: #6F6F6F. Windows color (decimal): -14833883 or 2467613. OLE color: 2467613.

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

Color convert

RGB 29 167 37 -
CMYK 0.83 0 0.78 0.35
HSL 123.48º 0.7% 0.38% -
HSV(B) 123.48º 0.83% 0.65% -
XYZ 14.66 28.03 6.39 -
YUV 110.92 86.28 69.57 -
System Red Green Blue C M Y K H S L
Decimal 29 167 37 0.83 0 0.78 0.35 123.48 0.7 0.38
Hex 1D A7 25 53 0 4E 23 7B 46 26
Octal 35 247 45 123 0 116 43 173 106 46
Binary 11101 10100111 100101 1010011 0 1001110 100011 1111011 1000110 100110

Color Harmonies of #1DA725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA725

Black with #1DA725

Text Example


Text Example

White with #1DA725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,167,37); }

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

background-color css

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

 a { background-color: rgb(29,167,37); }

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

border-color css

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

 span { border-color: rgb(29,167,37); }

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