Html Css Color HEX #1D8128 Forest Green

📋 copy color: '#1D8128'

red 29 ◦ green 129 ◦ blue 40

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

Shades of Forest Green #1D8128

Tints of Forest Green #1D8128

RGB

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

 GREEN value IS 129 (50.78% from 255) = 65.15%

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

R = 14.65%
G = 65.15%
B = 20.2%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#1D8128 (or 0x1D8128) is known color: Forest Green. HEX triplet: 1D, 81 and 28. RGB value is (29,129,40). Sum of RGB (Red+Green+Blue) = 29+129+40=198 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.65% from 198); Green value is 129 (50.78% from 255 or 65.15% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 129 - color contains mainly: green. Hex color #1D8128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8128 is #E27ED7. Grayscale: #595959. Windows color (decimal): -14843608 or 2654493. OLE color: 2654493.

HSL color Cylindrical-coordinate representation of color #1D8128: hue angle of 126.6º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D8128 is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 29 129 40 -
CMYK 0.78 0 0.69 0.49
HSL 126.6º 0.63% 0.31% -
HSV(B) 126.6º 0.78% 0.51% -
XYZ 8.74 16.11 4.66 -
YUV 88.95 100.37 85.24 -
System Red Green Blue C M Y K H S L
Decimal 29 129 40 0.78 0 0.69 0.49 126.6 0.63 0.31
Hex 1D 81 28 4E 0 45 31 7F 3F 1F
Octal 35 201 50 116 0 105 61 177 77 37
Binary 11101 10000001 101000 1001110 0 1000101 110001 1111111 111111 11111

Color Harmonies of #1D8128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8128

Black with #1D8128

Text Example


Text Example

White with #1D8128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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