Html Css Color HEX #1D9128 Forest Green

📋 copy color: '#1D9128'

red 29 ◦ green 145 ◦ blue 40

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

Shades of Forest Green #1D9128

Tints of Forest Green #1D9128

RGB

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

 GREEN value IS 145 (57.03% from 255) = 67.76%

 BLUE value IS 40 (16.02% from 255) = 18.69%

R = 13.55%
G = 67.76%
B = 18.69%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#1D9128 (or 0x1D9128) is known color: Forest Green. HEX triplet: 1D, 91 and 28. RGB value is (29,145,40). Sum of RGB (Red+Green+Blue) = 29+145+40=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 145 (57.03% from 255 or 67.76% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 145 - color contains mainly: green. Hex color #1D9128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9128 is #E26ED7. Grayscale: #626262. Windows color (decimal): -14839512 or 2658589. OLE color: 2658589.

HSL color Cylindrical-coordinate representation of color #1D9128: hue angle of 125.69º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D9128 is Cyan = 0.8, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 29 145 40 -
CMYK 0.8 0 0.72 0.43
HSL 125.69º 0.67% 0.34% -
HSV(B) 125.69º 0.8% 0.57% -
XYZ 11.02 20.67 5.42 -
YUV 98.35 95.07 78.54 -
System Red Green Blue C M Y K H S L
Decimal 29 145 40 0.8 0 0.72 0.43 125.69 0.67 0.34
Hex 1D 91 28 50 0 48 2B 7E 43 22
Octal 35 221 50 120 0 110 53 176 103 42
Binary 11101 10010001 101000 1010000 0 1001000 101011 1111110 1000011 100010

Color Harmonies of #1D9128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9128

Black with #1D9128

Text Example


Text Example

White with #1D9128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,145,40); }

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

background-color css

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

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

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

border-color css

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

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

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