Html Css Color HEX #1D972A Forest Green

📋 copy color: '#1D972A'

red 29 ◦ green 151 ◦ blue 42

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

Shades of Forest Green #1D972A

Tints of Forest Green #1D972A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 68.02%

 BLUE value IS 42 (16.8% from 255) = 18.92%

R = 13.06%
G = 68.02%
B = 18.92%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#1D972A (or 0x1D972A) is known color: Forest Green. HEX triplet: 1D, 97 and 2A. RGB value is (29,151,42). Sum of RGB (Red+Green+Blue) = 29+151+42=222 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.06% from 222); Green value is 151 (59.38% from 255 or 68.02% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 151 - color contains mainly: green. Hex color #1D972A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D972A is #E268D5. Grayscale: #666666. Windows color (decimal): -14837974 or 2791197. OLE color: 2791197.

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

Color convert

RGB 29 151 42 -
CMYK 0.81 0 0.72 0.41
HSL 126.39º 0.68% 0.35% -
HSV(B) 126.39º 0.81% 0.59% -
XYZ 11.99 22.56 5.91 -
YUV 102.1 94.08 75.86 -
System Red Green Blue C M Y K H S L
Decimal 29 151 42 0.81 0 0.72 0.41 126.39 0.68 0.35
Hex 1D 97 2A 51 0 48 29 7E 44 23
Octal 35 227 52 121 0 110 51 176 104 43
Binary 11101 10010111 101010 1010001 0 1001000 101001 1111110 1000100 100011

Color Harmonies of #1D972A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D972A

Black with #1D972A

Text Example


Text Example

White with #1D972A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,151,42); }

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

background-color css

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

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

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

border-color css

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

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

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