Html Css Color HEX #1DA025 Forest Green

📋 copy color: '#1DA025'

red 29 ◦ green 160 ◦ blue 37

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

Shades of Forest Green #1DA025

Tints of Forest Green #1DA025

RGB

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

 GREEN value IS 160 (62.89% from 255) = 70.8%

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

R = 12.83%
G = 70.8%
B = 16.37%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#1DA025 (or 0x1DA025) is known color: Forest Green. HEX triplet: 1D, A0 and 25. RGB value is (29,160,37). Sum of RGB (Red+Green+Blue) = 29+160+37=226 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.83% from 226); Green value is 160 (62.89% from 255 or 70.80% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA025 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA025 is #E25FDA. Grayscale: #6B6B6B. Windows color (decimal): -14835675 or 2465821. OLE color: 2465821.

HSL color Cylindrical-coordinate representation of color #1DA025: hue angle of 123.66º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA025 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB 29 160 37 -
CMYK 0.82 0 0.77 0.37
HSL 123.66º 0.69% 0.37% -
HSV(B) 123.66º 0.82% 0.63% -
XYZ 13.41 25.54 5.97 -
YUV 106.81 88.6 72.5 -
System Red Green Blue C M Y K H S L
Decimal 29 160 37 0.82 0 0.77 0.37 123.66 0.69 0.37
Hex 1D A0 25 52 0 4D 25 7C 45 25
Octal 35 240 45 122 0 115 45 174 105 45
Binary 11101 10100000 100101 1010010 0 1001101 100101 1111100 1000101 100101

Color Harmonies of #1DA025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA025

Black with #1DA025

Text Example


Text Example

White with #1DA025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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