#30423A

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

Shades of Celtic #30423A

Tints of Celtic #30423A

Color information

#30423A (or 0x30423A) is unknown color: approx Celtic. HEX triplet: 30, 42 and 3A. RGB value is (48,66,58). Sum of RGB (Red+Green+Blue) = 48+66+58=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 66 - color contains mainly: green. Hex color #30423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30423A is #CFBDC5. Grayscale: #3B3B3B. Windows color (decimal): -13614534 or 3818032. OLE color: 3818032.

HSL color Cylindrical-coordinate representation of color #30423A: hue angle of 153.33º 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 #30423A is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB486658-
CMYK0.2700.120.74
HSL153.33º15.79%22.35%-
HSV(B)153.33º27.27%25.88%-
XYZ3.934.834.73-
YUV59.71127.04119.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.91%
GREEN value IS 66 (26.17% from 255) = 38.37%
BLUE value IS 58 (23.05% from 255) = 33.72%
R=27.91%
G=38.37%
B=33.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4866580.2700.120.74153.3315.7922.35
Hex30423A1B0C4A991016
Octal6010272330141122312026
Binary110000100001011101011011011001001010100110011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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