#19302F

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

Shades of Swamp #19302F

Tints of Swamp #19302F

Color information

#19302F (or 0x19302F) is unknown color: approx Swamp. HEX triplet: 19, 30 and 2F. RGB value is (25,48,47). Sum of RGB (Red+Green+Blue) = 25+48+47=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 48 - color contains mainly: green. Hex color #19302F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19302F is #E6CFD0. Grayscale: #282828. Windows color (decimal): -15126481 or 3092505. OLE color: 3092505.

HSL color Cylindrical-coordinate representation of color #19302F: hue angle of 177.39º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #19302F is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB254847-
CMYK0.4800.020.81
HSL177.39º31.51%14.31%-
HSV(B)177.39º47.92%18.82%-
XYZ1.972.533.07-
YUV41.01131.38116.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.83%
GREEN value IS 48 (19.14% from 255) = 40%
BLUE value IS 47 (18.75% from 255) = 39.17%
R=20.83%
G=40%
B=39.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2548470.4800.020.81177.3931.5114.31
Hex19302F300251b120e
Octal31605760021212614016
Binary110011100001011111100000101010001101100011000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19302F; }

 p { color: rgb(25,48,47); }

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

<style>
 a { background-color: #19302F; }

 a { background-color: rgb(25,48,47); }

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

<style>
 span { border-color: #19302F; }

 span { border-color: rgb(25,48,47); }

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