#283F31

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

Shades of English Holly #283F31

Tints of English Holly #283F31

Color information

#283F31 (or 0x283F31) is unknown color: approx English Holly. HEX triplet: 28, 3F and 31. RGB value is (40,63,49). Sum of RGB (Red+Green+Blue) = 40+63+49=152 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.32% from 152); Green value is 63 (25% from 255 or 41.45% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 63 - color contains mainly: green. Hex color #283F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283F31 is #D7C0CE. Grayscale: #363636. Windows color (decimal): -14139599 or 3227432. OLE color: 3227432.

HSL color Cylindrical-coordinate representation of color #283F31: hue angle of 143.48º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #283F31 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB406349-
CMYK0.3700.220.75
HSL143.48º22.33%20.2%-
HSV(B)143.48º36.51%24.71%-
XYZ3.214.233.55-
YUV54.53124.88117.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.32%
GREEN value IS 63 (25% from 255) = 41.45%
BLUE value IS 49 (19.53% from 255) = 32.24%
R=26.32%
G=41.45%
B=32.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4063490.3700.220.75143.4822.3320.2
Hex283F31250164B8f1614
Octal507761450261132172624
Binary1010001111111100011001010101101001011100011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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