#1C2F2D

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

Shades of Swamp #1C2F2D

Tints of Swamp #1C2F2D

Color information

#1C2F2D (or 0x1C2F2D) is unknown color: approx Swamp. HEX triplet: 1C, 2F and 2D. RGB value is (28,47,45). Sum of RGB (Red+Green+Blue) = 28+47+45=120 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.33% from 120); Green value is 47 (18.75% from 255 or 39.17% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 47 - color contains mainly: green. Hex color #1C2F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2F2D is #E3D0D2. Grayscale: #292929. Windows color (decimal): -14930131 or 2961180. OLE color: 2961180.

HSL color Cylindrical-coordinate representation of color #1C2F2D: hue angle of 173.68º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1C2F2D is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.

Color convert

RGB284745-
CMYK0.4000.040.82
HSL173.68º25.33%14.71%-
HSV(B)173.68º40.43%18.43%-
XYZ1.972.472.86-
YUV41.09130.21118.66-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 23.33%
GREEN value IS 47 (18.75% from 255) = 39.17%
BLUE value IS 45 (17.97% from 255) = 37.5%
R=23.33%
G=39.17%
B=37.5%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2847450.4000.040.82173.6825.3314.71
Hex1C2F2D280452ae19f
Octal34575550041222563117
Binary111001011111011011010000100101001010101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,47,45); }

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

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

 a { background-color: rgb(28,47,45); }

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

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

 span { border-color: rgb(28,47,45); }

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