#283B32

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

Shades of Celtic #283B32

Tints of Celtic #283B32

Color information

#283B32 (or 0x283B32) is unknown color: approx Celtic. HEX triplet: 28, 3B and 32. RGB value is (40,59,50). Sum of RGB (Red+Green+Blue) = 40+59+50=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 59 (23.44% from 255 or 39.60% from 149); Blue value is 50 (19.92% from 255 or 33.56% from 149); Max value from RGB is 59 - color contains mainly: green. Hex color #283B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283B32 is #D7C4CD. Grayscale: #343434. Windows color (decimal): -14140622 or 3291944. OLE color: 3291944.

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

Color convert

RGB405950-
CMYK0.3200.150.77
HSL151.58º19.19%19.41%-
HSV(B)151.58º32.2%23.14%-
XYZ3.013.813.59-
YUV52.29126.71119.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.85%
GREEN value IS 59 (23.44% from 255) = 39.60%
BLUE value IS 50 (19.92% from 255) = 33.56%
R=26.85%
G=39.60%
B=33.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4059500.3200.150.77151.5819.1919.41
Hex283B32200F4D981313
Octal507362400171152302323
Binary101000111011110010100000011111001101100110001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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