#283C2F

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

Shades of Holly #283C2F

Tints of Holly #283C2F

Color information

#283C2F (or 0x283C2F) is unknown color: approx Holly. HEX triplet: 28, 3C and 2F. RGB value is (40,60,47). Sum of RGB (Red+Green+Blue) = 40+60+47=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 60 - color contains mainly: green. Hex color #283C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283C2F is #D7C3D0. Grayscale: #343434. Windows color (decimal): -14140369 or 3095592. OLE color: 3095592.

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

Color convert

RGB406047-
CMYK0.3300.220.76
HSL141º20%19.61%-
HSV(B)141º33.33%23.53%-
XYZ33.893.28-
YUV52.54124.87119.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.21%
GREEN value IS 60 (23.83% from 255) = 40.82%
BLUE value IS 47 (18.75% from 255) = 31.97%
R=27.21%
G=40.82%
B=31.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4060470.3300.220.761412019.61
Hex283C2F210164C8d1414
Octal507457410261142152424
Binary1010001111001011111000010101101001100100011011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,60,47); }

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

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

 a { background-color: rgb(40,60,47); }

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

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

 span { border-color: rgb(40,60,47); }

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