#30473B

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

Shades of Celtic #30473B

Tints of Celtic #30473B

Color information

#30473B (or 0x30473B) is unknown color: approx Celtic. HEX triplet: 30, 47 and 3B. RGB value is (48,71,59). Sum of RGB (Red+Green+Blue) = 48+71+59=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 71 - color contains mainly: green. Hex color #30473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30473B is #CFB8C4. Grayscale: #3E3E3E. Windows color (decimal): -13613253 or 3884848. OLE color: 3884848.

HSL color Cylindrical-coordinate representation of color #30473B: hue angle of 148.7º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #30473B is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB487159-
CMYK0.3200.170.72
HSL148.7º19.33%23.33%-
HSV(B)148.7º32.39%27.84%-
XYZ4.265.454.97-
YUV62.76125.88117.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.97%
GREEN value IS 71 (28.12% from 255) = 39.89%
BLUE value IS 59 (23.44% from 255) = 33.15%
R=26.97%
G=39.89%
B=33.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4871590.3200.170.72148.719.3323.33
Hex30473B2001148951317
Octal6010773400211102252327
Binary11000010001111110111000000100011001000100101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30473B; }

 p { color: rgb(48,71,59); }

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

<style>
 a { background-color: #30473B; }

 a { background-color: rgb(48,71,59); }

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

<style>
 span { border-color: #30473B; }

 span { border-color: rgb(48,71,59); }

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