#283A2F

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

Shades of Holly #283A2F

Tints of Holly #283A2F

Color information

#283A2F (or 0x283A2F) is unknown color: approx Holly. HEX triplet: 28, 3A and 2F. RGB value is (40,58,47). Sum of RGB (Red+Green+Blue) = 40+58+47=145 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.59% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 58 - color contains mainly: green. Hex color #283A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283A2F is #D7C5D0. Grayscale: #333333. Windows color (decimal): -14140881 or 3095080. OLE color: 3095080.

HSL color Cylindrical-coordinate representation of color #283A2F: hue angle of 143.33º 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 #283A2F is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB405847-
CMYK0.3100.190.77
HSL143.33º18.37%19.22%-
HSV(B)143.33º31.03%22.75%-
XYZ2.93.683.25-
YUV51.36125.54119.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.59%
GREEN value IS 58 (23.05% from 255) = 40%
BLUE value IS 47 (18.75% from 255) = 32.41%
R=27.59%
G=40%
B=32.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4058470.3100.190.77143.3318.3719.22
Hex283A2F1F0134D8f1213
Octal507257370231152172223
Binary101000111010101111111110100111001101100011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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