#1E4232

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

Shades of Burnham #1E4232

Tints of Burnham #1E4232

Color information

#1E4232 (or 0x1E4232) is unknown color: approx Burnham. HEX triplet: 1E, 42 and 32. RGB value is (30,66,50). Sum of RGB (Red+Green+Blue) = 30+66+50=146 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.55% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 50 (19.92% from 255 or 34.25% from 146); Max value from RGB is 66 - color contains mainly: green. Hex color #1E4232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4232 is #E1BDCD. Grayscale: #353535. Windows color (decimal): -14794190 or 3293726. OLE color: 3293726.

HSL color Cylindrical-coordinate representation of color #1E4232: hue angle of 153.33º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1E4232 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB306650-
CMYK0.5500.240.74
HSL153.33º37.5%18.82%-
HSV(B)153.33º54.55%25.88%-
XYZ3.064.43.71-
YUV53.41126.07111.3-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.55%
GREEN value IS 66 (26.17% from 255) = 45.21%
BLUE value IS 50 (19.92% from 255) = 34.25%
R=20.55%
G=45.21%
B=34.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3066500.5500.240.74153.3337.518.82
Hex1E4232370184A992613
Octal3610262670301122314623
Binary11110100001011001011011101100010010101001100110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,66,50); }

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

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

 a { background-color: rgb(30,66,50); }

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

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

 span { border-color: rgb(30,66,50); }

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