#284334

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

Shades of English Holly #284334

Tints of English Holly #284334

Color information

#284334 (or 0x284334) is unknown color: approx English Holly. HEX triplet: 28, 43 and 34. RGB value is (40,67,52). Sum of RGB (Red+Green+Blue) = 40+67+52=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 52 (20.70% from 255 or 32.70% from 159); Max value from RGB is 67 - color contains mainly: green. Hex color #284334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284334 is #D7BCCB. Grayscale: #393939. Windows color (decimal): -14138572 or 3425064. OLE color: 3425064.

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

Color convert

RGB406752-
CMYK0.4000.220.74
HSL146.67º25.23%20.98%-
HSV(B)146.67º40.3%26.27%-
XYZ3.54.713.97-
YUV57.22125.05115.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.16%
GREEN value IS 67 (26.56% from 255) = 42.14%
BLUE value IS 52 (20.70% from 255) = 32.70%
R=25.16%
G=42.14%
B=32.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4067520.4000.220.74146.6725.2320.98
Hex284334280164A931915
Octal5010364500261122233125
Binary10100010000111101001010000101101001010100100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284334; }

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

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

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

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

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

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

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

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