#1D8C3E

Color #1D8C3E Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #1D8C3E

Tints of Salem #1D8C3E

Color information

#1D8C3E (or 0x1D8C3E) is unknown color: approx Salem. HEX triplet: 1D, 8C and 3E. RGB value is (29,140,62). Sum of RGB (Red+Green+Blue) = 29+140+62=231 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.55% from 231); Green value is 140 (55.08% from 255 or 60.61% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 140 - color contains mainly: green. Hex color #1D8C3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8C3E is #E273C1. Grayscale: #626262. Windows color (decimal): -14840770 or 4099101. OLE color: 4099101.

HSL color Cylindrical-coordinate representation of color #1D8C3E: hue angle of 137.84º 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 #1D8C3E is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB2914062-
CMYK0.7900.560.45
HSL137.84º65.68%33.14%-
HSV(B)137.84º79.29%54.9%-
XYZ10.7519.377.73-
YUV97.92107.7378.84-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.55%
GREEN value IS 140 (55.08% from 255) = 60.61%
BLUE value IS 62 (24.61% from 255) = 26.84%
R=12.55%
G=60.61%
B=26.84%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal29140620.7900.560.45137.8465.6833.14
Hex1D8C3E4F0382D8a4221
Octal35214761170705521210241
Binary111011000110011111010011110111000101101100010101000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,140,62); }

 H1.HeaderClassName
 {
   color: #1D8C3E;
 }
 .AnyTagClassName
 {
   color: #1D8C3E;
 }
</style>
background-color css

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

 a { background-color: rgb(29,140,62); }

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

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

 span { border-color: rgb(29,140,62); }

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