#29483B

Color #29483B Burnham (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnham #29483B

Tints of Burnham #29483B

Color information

#29483B (or 0x29483B) is unknown color: approx Burnham. HEX triplet: 29, 48 and 3B. RGB value is (41,72,59). Sum of RGB (Red+Green+Blue) = 41+72+59=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 72 - color contains mainly: green. Hex color #29483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29483B is #D6B7C4. Grayscale: #3D3D3D. Windows color (decimal): -14071749 or 3885097. OLE color: 3885097.

HSL color Cylindrical-coordinate representation of color #29483B: hue angle of 154.84º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #29483B is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB417259-
CMYK0.4300.180.72
HSL154.84º27.43%22.16%-
HSV(B)154.84º43.06%28.24%-
XYZ4.025.424.97-
YUV61.25126.73113.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.84%
GREEN value IS 72 (28.52% from 255) = 41.86%
BLUE value IS 59 (23.44% from 255) = 34.30%
R=23.84%
G=41.86%
B=34.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4172590.4300.180.72154.8427.4322.16
Hex29483B2B012489b1b16
Octal5111073530221102333326
Binary10100110010001110111010110100101001000100110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29483B; }

 p { color: rgb(41,72,59); }

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

<style>
 a { background-color: #29483B; }

 a { background-color: rgb(41,72,59); }

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

<style>
 span { border-color: #29483B; }

 span { border-color: rgb(41,72,59); }

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