Html Css Color HEX #1D981D Forest Green

📋 copy color: '#1D981D'

red 29 ◦ green 152 ◦ blue 29

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

Shades of Forest Green #1D981D

Tints of Forest Green #1D981D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.81%

R = 13.81%
G = 72.38%
B = 13.81%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#1D981D (or 0x1D981D) is known color: Forest Green. HEX triplet: 1D, 98 and 1D. RGB value is (29,152,29). Sum of RGB (Red+Green+Blue) = 29+152+29=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 152 (59.77% from 255 or 72.38% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 152 - color contains mainly: green. Hex color #1D981D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D981D is #E267E2. Grayscale: #656565. Windows color (decimal): -14837731 or 1939485. OLE color: 1939485.

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

Color convert

RGB 29 152 29 -
CMYK 0.81 0 0.81 0.40
HSL 120º 0.68% 0.35% -
HSV(B) 120º 0.81% 0.6% -
XYZ 11.96 22.81 4.93 -
YUV 101.2 87.25 76.5 -
System Red Green Blue C M Y K H S L
Decimal 29 152 29 0.81 0 0.81 0.40 120 0.68 0.35
Hex 1D 98 1D 51 0 51 28 78 44 23
Octal 35 230 35 121 0 121 50 170 104 43
Binary 11101 10011000 11101 1010001 0 1010001 101000 1111000 1000100 100011

Color Harmonies of #1D981D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D981D

Black with #1D981D

Text Example


Text Example

White with #1D981D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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