#2F3F39

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

Shades of Celtic #2F3F39

Tints of Celtic #2F3F39

Color information

#2F3F39 (or 0x2F3F39) is unknown color: approx Celtic. HEX triplet: 2F, 3F and 39. RGB value is (47,63,57). Sum of RGB (Red+Green+Blue) = 47+63+57=167 (22% of max value = 765). Red value is 47 (18.75% from 255 or 28.14% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 63 - color contains mainly: green. Hex color #2F3F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3F39 is #D0C0C6. Grayscale: #393939. Windows color (decimal): -13680839 or 3751727. OLE color: 3751727.

HSL color Cylindrical-coordinate representation of color #2F3F39: hue angle of 157.5º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2F3F39 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.75.

Color convert

RGB476357-
CMYK0.2500.100.75
HSL157.5º14.55%21.57%-
HSV(B)157.5º25.4%24.71%-
XYZ3.694.454.54-
YUV57.53127.7120.49-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 28.14%
GREEN value IS 63 (25% from 255) = 37.72%
BLUE value IS 57 (22.66% from 255) = 34.13%
R=28.14%
G=37.72%
B=34.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4763570.2500.100.75157.514.5521.57
Hex2F3F39190A4B9ef16
Octal577771310121132361726
Binary1011111111111110011100101010100101110011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F3F39; }

 p { color: rgb(47,63,57); }

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

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

 a { background-color: rgb(47,63,57); }

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

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

 span { border-color: rgb(47,63,57); }

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