#30423B

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

Shades of Celtic #30423B

Tints of Celtic #30423B

Color information

#30423B (or 0x30423B) is unknown color: approx Celtic. HEX triplet: 30, 42 and 3B. RGB value is (48,66,59). Sum of RGB (Red+Green+Blue) = 48+66+59=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 66 - color contains mainly: green. Hex color #30423B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30423B is #CFBDC4. Grayscale: #3B3B3B. Windows color (decimal): -13614533 or 3883568. OLE color: 3883568.

HSL color Cylindrical-coordinate representation of color #30423B: hue angle of 156.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #30423B is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB486659-
CMYK0.2700.110.74
HSL156.67º15.79%22.35%-
HSV(B)156.67º27.27%25.88%-
XYZ3.964.844.86-
YUV59.82127.54119.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.75%
GREEN value IS 66 (26.17% from 255) = 38.15%
BLUE value IS 59 (23.44% from 255) = 34.10%
R=27.75%
G=38.15%
B=34.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4866590.2700.110.74156.6715.7922.35
Hex30423B1B0B4A9d1016
Octal6010273330131122352026
Binary110000100001011101111011010111001010100111011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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