#30463C

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

Shades of Celtic #30463C

Tints of Celtic #30463C

Color information

#30463C (or 0x30463C) is unknown color: approx Celtic. HEX triplet: 30, 46 and 3C. RGB value is (48,70,60). Sum of RGB (Red+Green+Blue) = 48+70+60=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 70 - color contains mainly: green. Hex color #30463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30463C is #CFB9C3. Grayscale: #3E3E3E. Windows color (decimal): -13613508 or 3950128. OLE color: 3950128.

HSL color Cylindrical-coordinate representation of color #30463C: hue angle of 152.73º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #30463C is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB487060-
CMYK0.3100.140.73
HSL152.73º18.64%23.14%-
HSV(B)152.73º31.43%27.45%-
XYZ4.225.335.08-
YUV62.28126.71117.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.97%
GREEN value IS 70 (27.73% from 255) = 39.33%
BLUE value IS 60 (23.83% from 255) = 33.71%
R=26.97%
G=39.33%
B=33.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4870600.3100.140.73152.7318.6423.14
Hex30463C1F0E49991317
Octal6010674370161112312327
Binary110000100011011110011111011101001001100110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30463C; }

 p { color: rgb(48,70,60); }

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

<style>
 a { background-color: #30463C; }

 a { background-color: rgb(48,70,60); }

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

<style>
 span { border-color: #30463C; }

 span { border-color: rgb(48,70,60); }

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