#293D32

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

Shades of English Holly #293D32

Tints of English Holly #293D32

Color information

#293D32 (or 0x293D32) is unknown color: approx English Holly. HEX triplet: 29, 3D and 32. RGB value is (41,61,50). Sum of RGB (Red+Green+Blue) = 41+61+50=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 61 (24.22% from 255 or 40.13% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 61 - color contains mainly: green. Hex color #293D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293D32 is #D6C2CD. Grayscale: #353535. Windows color (decimal): -14074574 or 3292457. OLE color: 3292457.

HSL color Cylindrical-coordinate representation of color #293D32: hue angle of 147º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #293D32 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB416150-
CMYK0.3300.180.76
HSL147º19.61%20%-
HSV(B)147º32.79%23.92%-
XYZ3.164.043.63-
YUV53.77125.87118.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.97%
GREEN value IS 61 (24.22% from 255) = 40.13%
BLUE value IS 50 (19.92% from 255) = 32.89%
R=26.97%
G=40.13%
B=32.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4161500.3300.180.7614719.6120
Hex293D32210124C931414
Octal517562410221142232424
Binary1010011111011100101000010100101001100100100111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,61,50); }

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

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

 a { background-color: rgb(41,61,50); }

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

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

 span { border-color: rgb(41,61,50); }

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