#303D38

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

Shades of Celtic #303D38

Tints of Celtic #303D38

Color information

#303D38 (or 0x303D38) is unknown color: approx Celtic. HEX triplet: 30, 3D and 38. RGB value is (48,61,56). Sum of RGB (Red+Green+Blue) = 48+61+56=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 61 (24.22% from 255 or 36.97% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 61 - color contains mainly: green. Hex color #303D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D38 is #CFC2C7. Grayscale: #383838. Windows color (decimal): -13615816 or 3685680. OLE color: 3685680.

HSL color Cylindrical-coordinate representation of color #303D38: hue angle of 156.92º 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 #303D38 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB486156-
CMYK0.2100.080.76
HSL156.92º11.93%21.37%-
HSV(B)156.92º21.31%23.92%-
XYZ3.64.254.37-
YUV56.54127.69121.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.09%
GREEN value IS 61 (24.22% from 255) = 36.97%
BLUE value IS 56 (22.27% from 255) = 33.94%
R=29.09%
G=36.97%
B=33.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4861560.2100.080.76156.9211.9321.37
Hex303D3815084C9dc15
Octal607570250101142351425
Binary1100001111011110001010101000100110010011101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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