#303D37

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

Shades of Celtic #303D37

Tints of Celtic #303D37

Color information

#303D37 (or 0x303D37) is unknown color: approx Celtic. HEX triplet: 30, 3D and 37. RGB value is (48,61,55). Sum of RGB (Red+Green+Blue) = 48+61+55=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 61 - color contains mainly: green. Hex color #303D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D37 is #CFC2C8. Grayscale: #383838. Windows color (decimal): -13615817 or 3620144. OLE color: 3620144.

HSL color Cylindrical-coordinate representation of color #303D37: hue angle of 152.31º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #303D37 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB486155-
CMYK0.2100.100.76
HSL152.31º11.93%21.37%-
HSV(B)152.31º21.31%23.92%-
XYZ3.584.244.24-
YUV56.43127.19121.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.27%
GREEN value IS 61 (24.22% from 255) = 37.20%
BLUE value IS 55 (21.88% from 255) = 33.54%
R=29.27%
G=37.20%
B=33.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4861550.2100.100.76152.3111.9321.37
Hex303D37150A4C98c15
Octal607567250121142301425
Binary1100001111011101111010101010100110010011000110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303D37; }

 p { color: rgb(48,61,55); }

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

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

 a { background-color: rgb(48,61,55); }

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

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

 span { border-color: rgb(48,61,55); }

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