#284031

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

Shades of English Holly #284031

Tints of English Holly #284031

Color information

#284031 (or 0x284031) is unknown color: approx English Holly. HEX triplet: 28, 40 and 31. RGB value is (40,64,49). Sum of RGB (Red+Green+Blue) = 40+64+49=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 64 - color contains mainly: green. Hex color #284031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284031 is #D7BFCE. Grayscale: #373737. Windows color (decimal): -14139343 or 3227688. OLE color: 3227688.

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

Color convert

RGB406449-
CMYK0.3800.230.75
HSL142.5º23.08%20.39%-
HSV(B)142.5º37.5%25.1%-
XYZ3.264.343.57-
YUV55.11124.55117.22-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.14%
GREEN value IS 64 (25.39% from 255) = 41.83%
BLUE value IS 49 (19.53% from 255) = 32.03%
R=26.14%
G=41.83%
B=32.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4064490.3800.230.75142.523.0820.39
Hex284031260174B8e1714
Octal5010061460271132162724
Binary10100010000001100011001100101111001011100011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284031; }

 p { color: rgb(40,64,49); }

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

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

 a { background-color: rgb(40,64,49); }

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

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

 span { border-color: rgb(40,64,49); }

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