#284235

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

Shades of English Holly #284235

Tints of English Holly #284235

Color information

#284235 (or 0x284235) is unknown color: approx English Holly. HEX triplet: 28, 42 and 35. RGB value is (40,66,53). Sum of RGB (Red+Green+Blue) = 40+66+53=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 66 - color contains mainly: green. Hex color #284235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284235 is #D7BDCA. Grayscale: #383838. Windows color (decimal): -14138827 or 3490344. OLE color: 3490344.

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

Color convert

RGB406653-
CMYK0.3900.200.74
HSL150º24.53%20.78%-
HSV(B)150º39.39%25.88%-
XYZ3.474.64.07-
YUV56.74125.89116.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.16%
GREEN value IS 66 (26.17% from 255) = 41.51%
BLUE value IS 53 (21.09% from 255) = 33.33%
R=25.16%
G=41.51%
B=33.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4066530.3900.200.7415024.5320.78
Hex284235270144A961915
Octal5010265470241122263125
Binary10100010000101101011001110101001001010100101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284235; }

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

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

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

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

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

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

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

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