#293F33

Color #293F33 English Holly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of English Holly #293F33

Tints of English Holly #293F33

Color information

#293F33 (or 0x293F33) is unknown color: approx English Holly. HEX triplet: 29, 3F and 33. RGB value is (41,63,51). Sum of RGB (Red+Green+Blue) = 41+63+51=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 63 (25% from 255 or 40.65% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 63 - color contains mainly: green. Hex color #293F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293F33 is #D6C0CC. Grayscale: #373737. Windows color (decimal): -14074061 or 3358505. OLE color: 3358505.

HSL color Cylindrical-coordinate representation of color #293F33: hue angle of 147.27º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #293F33 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB416351-
CMYK0.3500.190.75
HSL147.27º21.15%20.39%-
HSV(B)147.27º34.92%24.71%-
XYZ3.294.273.78-
YUV55.05125.71117.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.45%
GREEN value IS 63 (25% from 255) = 40.65%
BLUE value IS 51 (20.31% from 255) = 32.90%
R=26.45%
G=40.65%
B=32.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4163510.3500.190.75147.2721.1520.39
Hex293F33230134B931514
Octal517763430231132232524
Binary1010011111111100111000110100111001011100100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293F33; }

 p { color: rgb(41,63,51); }

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

<style>
 a { background-color: #293F33; }

 a { background-color: rgb(41,63,51); }

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

<style>
 span { border-color: #293F33; }

 span { border-color: rgb(41,63,51); }

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