#1E2F2E

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

Shades of Swamp #1E2F2E

Tints of Swamp #1E2F2E

Color information

#1E2F2E (or 0x1E2F2E) is unknown color: approx Swamp. HEX triplet: 1E, 2F and 2E. RGB value is (30,47,46). Sum of RGB (Red+Green+Blue) = 30+47+46=123 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.39% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 47 - color contains mainly: green. Hex color #1E2F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2F2E is #E1D0D1. Grayscale: #292929. Windows color (decimal): -14799058 or 3026718. OLE color: 3026718.

HSL color Cylindrical-coordinate representation of color #1E2F2E: hue angle of 176.47º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1E2F2E is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.82.

Color convert

RGB304746-
CMYK0.3600.020.82
HSL176.47º22.08%15.1%-
HSV(B)176.47º36.17%18.43%-
XYZ2.052.512.96-
YUV41.8130.37119.58-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24.39%
GREEN value IS 47 (18.75% from 255) = 38.21%
BLUE value IS 46 (18.36% from 255) = 37.40%
R=24.39%
G=38.21%
B=37.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3047460.3600.020.82176.4722.0815.1
Hex1E2F2E240252b016f
Octal36575644021222602617
Binary11110101111101110100100010101001010110000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,47,46); }

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

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

 a { background-color: rgb(30,47,46); }

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

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

 span { border-color: rgb(30,47,46); }

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