#283D31

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

Shades of English Holly #283D31

Tints of English Holly #283D31

Color information

#283D31 (or 0x283D31) is unknown color: approx English Holly. HEX triplet: 28, 3D and 31. RGB value is (40,61,49). Sum of RGB (Red+Green+Blue) = 40+61+49=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 61 (24.22% from 255 or 40.67% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 61 - color contains mainly: green. Hex color #283D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283D31 is #D7C2CE. Grayscale: #353535. Windows color (decimal): -14140111 or 3226920. OLE color: 3226920.

HSL color Cylindrical-coordinate representation of color #283D31: hue angle of 145.71º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #283D31 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.

Color convert

RGB406149-
CMYK0.3400.200.76
HSL145.71º20.79%19.8%-
HSV(B)145.71º34.43%23.92%-
XYZ3.14.013.52-
YUV53.35125.54118.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.67%
GREEN value IS 61 (24.22% from 255) = 40.67%
BLUE value IS 49 (19.53% from 255) = 32.67%
R=26.67%
G=40.67%
B=32.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4061490.3400.200.76145.7120.7919.8
Hex283D31220144C921514
Octal507561420241142222524
Binary1010001111011100011000100101001001100100100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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