#292F30

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

Shades of Swamp #292F30

Tints of Swamp #292F30

Color information

#292F30 (or 0x292F30) is unknown color: approx Swamp. HEX triplet: 29, 2F and 30. RGB value is (41,47,48). Sum of RGB (Red+Green+Blue) = 41+47+48=136 (18% of max value = 765). Red value is 41 (16.41% from 255 or 30.15% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 48 - color contains mainly: blue. Hex color #292F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292F30 is #D6D0CF. Grayscale: #2D2D2D. Windows color (decimal): -14078160 or 3157801. OLE color: 3157801.

HSL color Cylindrical-coordinate representation of color #292F30: hue angle of 188.57º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #292F30 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB414748-
CMYK0.150.0200.81
HSL188.57º7.87%17.45%-
HSV(B)188.57º14.58%18.82%-
XYZ2.462.723.19-
YUV45.32129.51124.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.15%
GREEN value IS 47 (18.75% from 255) = 34.56%
BLUE value IS 48 (19.14% from 255) = 35.29%
R=30.15%
G=34.56%
B=35.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4147480.150.0200.81188.577.8717.45
Hex292F30F2051bd811
Octal51576017201212751021
Binary1010011011111100001111100101000110111101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292F30; }

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

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

<style>
 a { background-color: #292F30; }

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

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

<style>
 span { border-color: #292F30; }

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

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