#283B31

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

Shades of English Holly #283B31

Tints of English Holly #283B31

Color information

#283B31 (or 0x283B31) is unknown color: approx English Holly. HEX triplet: 28, 3B and 31. RGB value is (40,59,49). Sum of RGB (Red+Green+Blue) = 40+59+49=148 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.03% from 148); Green value is 59 (23.44% from 255 or 39.86% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 59 - color contains mainly: green. Hex color #283B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283B31 is #D7C4CE. Grayscale: #343434. Windows color (decimal): -14140623 or 3226408. OLE color: 3226408.

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

Color convert

RGB405949-
CMYK0.3200.170.77
HSL148.42º19.19%19.41%-
HSV(B)148.42º32.2%23.14%-
XYZ2.993.83.48-
YUV52.18126.21119.31-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.03%
GREEN value IS 59 (23.44% from 255) = 39.86%
BLUE value IS 49 (19.53% from 255) = 33.11%
R=27.03%
G=39.86%
B=33.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4059490.3200.170.77148.4219.1919.41
Hex283B31200114D941313
Octal507361400211152242323
Binary1010001110111100011000000100011001101100101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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