Html Css Color HEX #1D8532 Forest Green

📋 copy color: '#1D8532'

red 29 ◦ green 133 ◦ blue 50

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

Shades of Forest Green #1D8532

Tints of Forest Green #1D8532

RGB

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

 GREEN value IS 133 (52.34% from 255) = 62.74%

 BLUE value IS 50 (19.92% from 255) = 23.58%

R = 13.68%
G = 62.74%
B = 23.58%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#1D8532 (or 0x1D8532) is known color: Forest Green. HEX triplet: 1D, 85 and 32. RGB value is (29,133,50). Sum of RGB (Red+Green+Blue) = 29+133+50=212 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.68% from 212); Green value is 133 (52.34% from 255 or 62.74% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 133 - color contains mainly: green. Hex color #1D8532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8532 is #E27ACD. Grayscale: #5C5C5C. Windows color (decimal): -14842574 or 3310877. OLE color: 3310877.

HSL color Cylindrical-coordinate representation of color #1D8532: hue angle of 132.12º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D8532 is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 29 133 50 -
CMYK 0.78 0 0.62 0.48
HSL 132.12º 0.64% 0.32% -
HSV(B) 132.12º 0.78% 0.52% -
XYZ 9.47 17.27 5.85 -
YUV 92.44 104.04 82.75 -
System Red Green Blue C M Y K H S L
Decimal 29 133 50 0.78 0 0.62 0.48 132.12 0.64 0.32
Hex 1D 85 32 4E 0 3E 30 84 40 20
Octal 35 205 62 116 0 76 60 204 100 40
Binary 11101 10000101 110010 1001110 0 111110 110000 10000100 1000000 100000

Color Harmonies of #1D8532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8532

Black with #1D8532

Text Example


Text Example

White with #1D8532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,133,50); }

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

background-color css

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

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

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

border-color css

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

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

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