#284331

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

Shades of English Holly #284331

Tints of English Holly #284331

Color information

#284331 (or 0x284331) is unknown color: approx English Holly. HEX triplet: 28, 43 and 31. RGB value is (40,67,49). Sum of RGB (Red+Green+Blue) = 40+67+49=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 67 - color contains mainly: green. Hex color #284331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284331 is #D7BCCE. Grayscale: #383838. Windows color (decimal): -14138575 or 3228456. OLE color: 3228456.

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

Color convert

RGB406749-
CMYK0.4000.270.74
HSL140º25.23%20.98%-
HSV(B)140º40.3%26.27%-
XYZ3.444.693.63-
YUV56.88123.55115.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.64%
GREEN value IS 67 (26.56% from 255) = 42.95%
BLUE value IS 49 (19.53% from 255) = 31.41%
R=25.64%
G=42.95%
B=31.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4067490.4000.270.7414025.2320.98
Hex2843312801B4A8c1915
Octal5010361500331122143125
Binary10100010000111100011010000110111001010100011001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284331; }

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

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

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

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

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

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

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

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