#294236

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

Shades of English Holly #294236

Tints of English Holly #294236

Color information

#294236 (or 0x294236) is unknown color: approx English Holly. HEX triplet: 29, 42 and 36. RGB value is (41,66,54). Sum of RGB (Red+Green+Blue) = 41+66+54=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 66 - color contains mainly: green. Hex color #294236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294236 is #D6BDC9. Grayscale: #393939. Windows color (decimal): -14073290 or 3555881. OLE color: 3555881.

HSL color Cylindrical-coordinate representation of color #294236: hue angle of 151.2º 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 #294236 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB416654-
CMYK0.3800.180.74
HSL151.2º23.36%20.98%-
HSV(B)151.2º37.88%25.88%-
XYZ3.534.634.2-
YUV57.16126.22116.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.47%
GREEN value IS 66 (26.17% from 255) = 40.99%
BLUE value IS 54 (21.48% from 255) = 33.54%
R=25.47%
G=40.99%
B=33.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4166540.3800.180.74151.223.3620.98
Hex294236260124A971715
Octal5110266460221122272725
Binary10100110000101101101001100100101001010100101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294236; }

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

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

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

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

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

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

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

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