#2F3B36

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

Shades of Celtic #2F3B36

Tints of Celtic #2F3B36

Color information

#2F3B36 (or 0x2F3B36) is unknown color: approx Celtic. HEX triplet: 2F, 3B and 36. RGB value is (47,59,54). Sum of RGB (Red+Green+Blue) = 47+59+54=160 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.38% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 54 (21.48% from 255 or 33.75% from 160); Max value from RGB is 59 - color contains mainly: green. Hex color #2F3B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3B36 is #D0C4C9. Grayscale: #363636. Windows color (decimal): -13681866 or 3554095. OLE color: 3554095.

HSL color Cylindrical-coordinate representation of color #2F3B36: hue angle of 155º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2F3B36 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.77.

Color convert

RGB475954-
CMYK0.2000.080.77
HSL155º11.32%20.78%-
HSV(B)155º20.34%23.14%-
XYZ3.444.08-
YUV54.84127.52122.41-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.38%
GREEN value IS 59 (23.44% from 255) = 36.88%
BLUE value IS 54 (21.48% from 255) = 33.75%
R=29.38%
G=36.88%
B=33.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4759540.2000.080.7715511.3220.78
Hex2F3B3614084D9bb15
Octal577366240101152331325
Binary1011111110111101101010001000100110110011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,59,54); }

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

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

 a { background-color: rgb(47,59,54); }

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

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

 span { border-color: rgb(47,59,54); }

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