#304239

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

Shades of Celtic #304239

Tints of Celtic #304239

Color information

#304239 (or 0x304239) is unknown color: approx Celtic. HEX triplet: 30, 42 and 39. RGB value is (48,66,57). Sum of RGB (Red+Green+Blue) = 48+66+57=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 66 - color contains mainly: green. Hex color #304239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304239 is #CFBDC6. Grayscale: #3B3B3B. Windows color (decimal): -13614535 or 3752496. OLE color: 3752496.

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

Color convert

RGB486657-
CMYK0.2700.140.74
HSL150º15.79%22.35%-
HSV(B)150º27.27%25.88%-
XYZ3.914.824.6-
YUV59.59126.54119.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.07%
GREEN value IS 66 (26.17% from 255) = 38.60%
BLUE value IS 57 (22.66% from 255) = 33.33%
R=28.07%
G=38.60%
B=33.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4866570.2700.140.7415015.7922.35
Hex3042391B0E4A961016
Octal6010271330161122262026
Binary110000100001011100111011011101001010100101101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304239; }

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

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

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

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

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

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

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

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