#293A2F

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

Shades of Holly #293A2F

Tints of Holly #293A2F

Color information

#293A2F (or 0x293A2F) is unknown color: approx Holly. HEX triplet: 29, 3A and 2F. RGB value is (41,58,47). Sum of RGB (Red+Green+Blue) = 41+58+47=146 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.08% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 58 - color contains mainly: green. Hex color #293A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293A2F is #D6C5D0. Grayscale: #333333. Windows color (decimal): -14075345 or 3095081. OLE color: 3095081.

HSL color Cylindrical-coordinate representation of color #293A2F: hue angle of 141.18º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #293A2F is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB415847-
CMYK0.2900.190.77
HSL141.18º17.17%19.41%-
HSV(B)141.18º29.31%22.75%-
XYZ2.943.73.25-
YUV51.66125.37120.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.08%
GREEN value IS 58 (23.05% from 255) = 39.73%
BLUE value IS 47 (18.75% from 255) = 32.19%
R=28.08%
G=39.73%
B=32.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4158470.2900.190.77141.1817.1719.41
Hex293A2F1D0134D8d1113
Octal517257350231152152123
Binary101001111010101111111010100111001101100011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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