#283A31

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

Shades of English Holly #283A31

Tints of English Holly #283A31

Color information

#283A31 (or 0x283A31) is unknown color: approx English Holly. HEX triplet: 28, 3A and 31. RGB value is (40,58,49). Sum of RGB (Red+Green+Blue) = 40+58+49=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 58 - color contains mainly: green. Hex color #283A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283A31 is #D7C5CE. Grayscale: #333333. Windows color (decimal): -14140879 or 3226152. OLE color: 3226152.

HSL color Cylindrical-coordinate representation of color #283A31: hue angle of 150º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #283A31 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.77.

Color convert

RGB405849-
CMYK0.3100.160.77
HSL150º18.37%19.22%-
HSV(B)150º31.03%22.75%-
XYZ2.943.73.46-
YUV51.59126.54119.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.21%
GREEN value IS 58 (23.05% from 255) = 39.46%
BLUE value IS 49 (19.53% from 255) = 33.33%
R=27.21%
G=39.46%
B=33.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4058490.3100.160.7715018.3719.22
Hex283A311F0104D961213
Octal507261370201152262223
Binary101000111010110001111110100001001101100101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283A31; }

 p { color: rgb(40,58,49); }

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

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

 a { background-color: rgb(40,58,49); }

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

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

 span { border-color: rgb(40,58,49); }

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