Html Css Color HEX #1D8D34 Forest Green

📋 copy color: '#1D8D34'

red 29 ◦ green 141 ◦ blue 52

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

Shades of Forest Green #1D8D34

Tints of Forest Green #1D8D34

RGB

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

 GREEN value IS 141 (55.47% from 255) = 63.51%

 BLUE value IS 52 (20.7% from 255) = 23.42%

R = 13.06%
G = 63.51%
B = 23.42%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#1D8D34 (or 0x1D8D34) is known color: Forest Green. HEX triplet: 1D, 8D and 34. RGB value is (29,141,52). Sum of RGB (Red+Green+Blue) = 29+141+52=222 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.06% from 222); Green value is 141 (55.47% from 255 or 63.51% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 141 - color contains mainly: green. Hex color #1D8D34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8D34 is #E272CB. Grayscale: #616161. Windows color (decimal): -14840524 or 3443997. OLE color: 3443997.

HSL color Cylindrical-coordinate representation of color #1D8D34: hue angle of 132.32º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8D34 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB 29 141 52 -
CMYK 0.79 0 0.63 0.45
HSL 132.32º 0.66% 0.33% -
HSV(B) 132.32º 0.79% 0.55% -
XYZ 10.65 19.56 6.46 -
YUV 97.37 102.39 79.24 -
System Red Green Blue C M Y K H S L
Decimal 29 141 52 0.79 0 0.63 0.45 132.32 0.66 0.33
Hex 1D 8D 34 4F 0 3F 2D 84 42 21
Octal 35 215 64 117 0 77 55 204 102 41
Binary 11101 10001101 110100 1001111 0 111111 101101 10000100 1000010 100001

Color Harmonies of #1D8D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8D34

Black with #1D8D34

Text Example


Text Example

White with #1D8D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,141,52); }

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

background-color css

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

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

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

border-color css

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

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

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