#284033

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

Shades of English Holly #284033

Tints of English Holly #284033

Color information

#284033 (or 0x284033) is unknown color: approx English Holly. HEX triplet: 28, 40 and 33. RGB value is (40,64,51). Sum of RGB (Red+Green+Blue) = 40+64+51=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 64 - color contains mainly: green. Hex color #284033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284033 is #D7BFCC. Grayscale: #373737. Windows color (decimal): -14139341 or 3358760. OLE color: 3358760.

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

Color convert

RGB406451-
CMYK0.3800.200.75
HSL147.5º23.08%20.39%-
HSV(B)147.5º37.5%25.1%-
XYZ3.314.363.8-
YUV55.34125.55117.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.81%
GREEN value IS 64 (25.39% from 255) = 41.29%
BLUE value IS 51 (20.31% from 255) = 32.90%
R=25.81%
G=41.29%
B=32.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4064510.3800.200.75147.523.0820.39
Hex284033260144B941714
Octal5010063460241132242724
Binary10100010000001100111001100101001001011100101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284033; }

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

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

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

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

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

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

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

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