#293C2F

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

Shades of Holly #293C2F

Tints of Holly #293C2F

Color information

#293C2F (or 0x293C2F) is unknown color: approx Holly. HEX triplet: 29, 3C and 2F. RGB value is (41,60,47). Sum of RGB (Red+Green+Blue) = 41+60+47=148 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.70% from 148); Green value is 60 (23.83% from 255 or 40.54% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 60 - color contains mainly: green. Hex color #293C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293C2F is #D6C3D0. Grayscale: #343434. Windows color (decimal): -14074833 or 3095593. OLE color: 3095593.

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

Color convert

RGB416047-
CMYK0.3200.220.76
HSL138.95º18.81%19.8%-
HSV(B)138.95º31.67%23.53%-
XYZ3.043.913.28-
YUV52.84124.71119.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.70%
GREEN value IS 60 (23.83% from 255) = 40.54%
BLUE value IS 47 (18.75% from 255) = 31.76%
R=27.70%
G=40.54%
B=31.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4160470.3200.220.76138.9518.8119.8
Hex293C2F200164C8b1314
Octal517457400261142132324
Binary1010011111001011111000000101101001100100010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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