#284032

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

Shades of English Holly #284032

Tints of English Holly #284032

Color information

#284032 (or 0x284032) is unknown color: approx English Holly. HEX triplet: 28, 40 and 32. RGB value is (40,64,50). Sum of RGB (Red+Green+Blue) = 40+64+50=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 50 (19.92% from 255 or 32.47% from 154); Max value from RGB is 64 - color contains mainly: green. Hex color #284032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284032 is #D7BFCD. Grayscale: #373737. Windows color (decimal): -14139342 or 3293224. OLE color: 3293224.

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

Color convert

RGB406450-
CMYK0.3800.220.75
HSL145º23.08%20.39%-
HSV(B)145º37.5%25.1%-
XYZ3.284.353.68-
YUV55.23125.05117.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.97%
GREEN value IS 64 (25.39% from 255) = 41.56%
BLUE value IS 50 (19.92% from 255) = 32.47%
R=25.97%
G=41.56%
B=32.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4064500.3800.220.7514523.0820.39
Hex284032260164B911714
Octal5010062460261132212724
Binary10100010000001100101001100101101001011100100011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284032; }

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

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

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

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

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

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

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

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