Html Css Color HEX #1D981F Forest Green

📋 copy color: '#1D981F'

red 29 ◦ green 152 ◦ blue 31

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

Shades of Forest Green #1D981F

Tints of Forest Green #1D981F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.62%

R = 13.68%
G = 71.7%
B = 14.62%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#1D981F (or 0x1D981F) is known color: Forest Green. HEX triplet: 1D, 98 and 1F. RGB value is (29,152,31). Sum of RGB (Red+Green+Blue) = 29+152+31=212 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.68% from 212); Green value is 152 (59.77% from 255 or 71.70% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 152 - color contains mainly: green. Hex color #1D981F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D981F is #E267E0. Grayscale: #656565. Windows color (decimal): -14837729 or 2070557. OLE color: 2070557.

HSL color Cylindrical-coordinate representation of color #1D981F: hue angle of 120.98º 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 #1D981F is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 29 152 31 -
CMYK 0.81 0 0.80 0.40
HSL 120.98º 0.68% 0.35% -
HSV(B) 120.98º 0.81% 0.6% -
XYZ 11.98 22.82 5.07 -
YUV 101.43 88.25 76.34 -
System Red Green Blue C M Y K H S L
Decimal 29 152 31 0.81 0 0.80 0.40 120.98 0.68 0.35
Hex 1D 98 1F 51 0 50 28 79 44 23
Octal 35 230 37 121 0 120 50 171 104 43
Binary 11101 10011000 11111 1010001 0 1010000 101000 1111001 1000100 100011

Color Harmonies of #1D981F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D981F

Black with #1D981F

Text Example


Text Example

White with #1D981F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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