#294233

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

Shades of English Holly #294233

Tints of English Holly #294233

Color information

#294233 (or 0x294233) is unknown color: approx English Holly. HEX triplet: 29, 42 and 33. RGB value is (41,66,51). Sum of RGB (Red+Green+Blue) = 41+66+51=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 66 - color contains mainly: green. Hex color #294233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294233 is #D6BDCC. Grayscale: #383838. Windows color (decimal): -14073293 or 3359273. OLE color: 3359273.

HSL color Cylindrical-coordinate representation of color #294233: hue angle of 144º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #294233 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.74.

Color convert

RGB416651-
CMYK0.3800.230.74
HSL144º23.36%20.98%-
HSV(B)144º37.88%25.88%-
XYZ3.464.613.84-
YUV56.82124.72116.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.95%
GREEN value IS 66 (26.17% from 255) = 41.77%
BLUE value IS 51 (20.31% from 255) = 32.28%
R=25.95%
G=41.77%
B=32.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4166510.3800.230.7414423.3620.98
Hex294233260174A901715
Octal5110263460271122202725
Binary10100110000101100111001100101111001010100100001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294233; }

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

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

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

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

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

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

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

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