#284231

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

Shades of English Holly #284231

Tints of English Holly #284231

Color information

#284231 (or 0x284231) is unknown color: approx English Holly. HEX triplet: 28, 42 and 31. RGB value is (40,66,49). Sum of RGB (Red+Green+Blue) = 40+66+49=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 66 - color contains mainly: green. Hex color #284231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284231 is #D7BDCE. Grayscale: #383838. Windows color (decimal): -14138831 or 3228200. OLE color: 3228200.

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

Color convert

RGB406649-
CMYK0.3900.260.74
HSL140.77º24.53%20.78%-
HSV(B)140.77º39.39%25.88%-
XYZ3.384.573.61-
YUV56.29123.89116.38-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.81%
GREEN value IS 66 (26.17% from 255) = 42.58%
BLUE value IS 49 (19.53% from 255) = 31.61%
R=25.81%
G=42.58%
B=31.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4066490.3900.260.74140.7724.5320.78
Hex2842312701A4A8d1915
Octal5010261470321122153125
Binary10100010000101100011001110110101001010100011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284231; }

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

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

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

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

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

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

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

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