#30483C

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

Shades of Celtic #30483C

Tints of Celtic #30483C

Color information

#30483C (or 0x30483C) is unknown color: approx Celtic. HEX triplet: 30, 48 and 3C. RGB value is (48,72,60). Sum of RGB (Red+Green+Blue) = 48+72+60=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 72 - color contains mainly: green. Hex color #30483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30483C is #CFB7C3. Grayscale: #3F3F3F. Windows color (decimal): -13612996 or 3950640. OLE color: 3950640.

HSL color Cylindrical-coordinate representation of color #30483C: hue angle of 150º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #30483C is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB487260-
CMYK0.3300.170.72
HSL150º20%23.53%-
HSV(B)150º33.33%28.24%-
XYZ4.355.595.12-
YUV63.46126.05116.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.67%
GREEN value IS 72 (28.52% from 255) = 40%
BLUE value IS 60 (23.83% from 255) = 33.33%
R=26.67%
G=40%
B=33.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4872600.3300.170.721502023.53
Hex30483C2101148961418
Octal6011074410211102262430
Binary11000010010001111001000010100011001000100101101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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