Html Css Color HEX #1D980A Forest Green

📋 copy color: '#1D980A'

red 29 ◦ green 152 ◦ blue 10

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

Shades of Forest Green #1D980A

Tints of Forest Green #1D980A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 79.58%

 BLUE value IS 10 (4.3% from 255) = 5.24%

R = 15.18%
G = 79.58%
B = 5.24%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#1D980A (or 0x1D980A) is known color: Forest Green. HEX triplet: 1D, 98 and 0A. RGB value is (29,152,10). Sum of RGB (Red+Green+Blue) = 29+152+10=191 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.18% from 191); Green value is 152 (59.77% from 255 or 79.58% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 152 - color contains mainly: green. Hex color #1D980A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D980A is #E267F5. Grayscale: #636363. Windows color (decimal): -14837750 or 694301. OLE color: 694301.

HSL color Cylindrical-coordinate representation of color #1D980A: hue angle of 111.97º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D980A is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 29 152 10 -
CMYK 0.81 0 0.93 0.40
HSL 111.97º 0.88% 0.32% -
HSV(B) 111.97º 0.93% 0.6% -
XYZ 11.79 22.74 4.05 -
YUV 99.04 77.75 78.05 -
System Red Green Blue C M Y K H S L
Decimal 29 152 10 0.81 0 0.93 0.40 111.97 0.88 0.32
Hex 1D 98 A 51 0 5D 28 70 58 20
Octal 35 230 12 121 0 135 50 160 130 40
Binary 11101 10011000 1010 1010001 0 1011101 101000 1110000 1011000 100000

Color Harmonies of #1D980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D980A

Black with #1D980A

Text Example


Text Example

White with #1D980A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,152,10); }

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

background-color css

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

 a { background-color: rgb(29,152,10); }

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

border-color css

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

 span { border-color: rgb(29,152,10); }

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