#284232

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

Shades of English Holly #284232

Tints of English Holly #284232

Color information

#284232 (or 0x284232) is unknown color: approx English Holly. HEX triplet: 28, 42 and 32. RGB value is (40,66,50). Sum of RGB (Red+Green+Blue) = 40+66+50=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 66 - color contains mainly: green. Hex color #284232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284232 is #D7BDCD. Grayscale: #383838. Windows color (decimal): -14138830 or 3293736. OLE color: 3293736.

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

Color convert

RGB406650-
CMYK0.3900.240.74
HSL143.08º24.53%20.78%-
HSV(B)143.08º39.39%25.88%-
XYZ3.44.583.72-
YUV56.4124.39116.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.64%
GREEN value IS 66 (26.17% from 255) = 42.31%
BLUE value IS 50 (19.92% from 255) = 32.05%
R=25.64%
G=42.31%
B=32.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4066500.3900.240.74143.0824.5320.78
Hex284232270184A8f1915
Octal5010262470301122173125
Binary10100010000101100101001110110001001010100011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284232; }

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

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

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

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

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

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

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

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