#293930

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

Shades of Holly #293930

Tints of Holly #293930

Color information

#293930 (or 0x293930) is unknown color: approx Holly. HEX triplet: 29, 39 and 30. RGB value is (41,57,48). Sum of RGB (Red+Green+Blue) = 41+57+48=146 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.08% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 57 - color contains mainly: green. Hex color #293930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293930 is #D6C6CF. Grayscale: #333333. Windows color (decimal): -14075600 or 3160361. OLE color: 3160361.

HSL color Cylindrical-coordinate representation of color #293930: hue angle of 146.25º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #293930 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB415748-
CMYK0.2800.160.78
HSL146.25º16.33%19.22%-
HSV(B)146.25º28.07%22.35%-
XYZ2.913.613.34-
YUV51.19126.2120.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.08%
GREEN value IS 57 (22.66% from 255) = 39.04%
BLUE value IS 48 (19.14% from 255) = 32.88%
R=28.08%
G=39.04%
B=32.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4157480.2800.160.78146.2516.3319.22
Hex2939301C0104E921013
Octal517160340201162222023
Binary101001111001110000111000100001001110100100101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293930; }

 p { color: rgb(41,57,48); }

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

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

 a { background-color: rgb(41,57,48); }

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

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

 span { border-color: rgb(41,57,48); }

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