#1B302E

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

Shades of Swamp #1B302E

Tints of Swamp #1B302E

Color information

#1B302E (or 0x1B302E) is unknown color: approx Swamp. HEX triplet: 1B, 30 and 2E. RGB value is (27,48,46). Sum of RGB (Red+Green+Blue) = 27+48+46=121 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.31% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 48 - color contains mainly: green. Hex color #1B302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B302E is #E4CFD1. Grayscale: #292929. Windows color (decimal): -14995410 or 3026971. OLE color: 3026971.

HSL color Cylindrical-coordinate representation of color #1B302E: hue angle of 174.29º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1B302E is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB274846-
CMYK0.4400.040.81
HSL174.29º28%14.71%-
HSV(B)174.29º43.75%18.82%-
XYZ22.542.97-
YUV41.49130.54117.66-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 22.31%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 46 (18.36% from 255) = 38.02%
R=22.31%
G=39.67%
B=38.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2748460.4400.040.81174.292814.71
Hex1B302E2C0451ae1cf
Octal33605654041212563417
Binary110111100001011101011000100101000110101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,48,46); }

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

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

 a { background-color: rgb(27,48,46); }

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

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

 span { border-color: rgb(27,48,46); }

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