#283D35

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

Shades of Celtic #283D35

Tints of Celtic #283D35

Color information

#283D35 (or 0x283D35) is unknown color: approx Celtic. HEX triplet: 28, 3D and 35. RGB value is (40,61,53). Sum of RGB (Red+Green+Blue) = 40+61+53=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 61 - color contains mainly: green. Hex color #283D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283D35 is #D7C2CA. Grayscale: #353535. Windows color (decimal): -14140107 or 3489064. OLE color: 3489064.

HSL color Cylindrical-coordinate representation of color #283D35: hue angle of 157.14º 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 #283D35 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.

Color convert

RGB406153-
CMYK0.3400.130.76
HSL157.14º20.79%19.8%-
HSV(B)157.14º34.43%23.92%-
XYZ3.194.053.98-
YUV53.81127.54118.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.97%
GREEN value IS 61 (24.22% from 255) = 39.61%
BLUE value IS 53 (21.09% from 255) = 34.42%
R=25.97%
G=39.61%
B=34.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4061530.3400.130.76157.1420.7919.8
Hex283D35220D4C9d1514
Octal507565420151142352524
Binary101000111101110101100010011011001100100111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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