#2F4138

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

Shades of Celtic #2F4138

Tints of Celtic #2F4138

Color information

#2F4138 (or 0x2F4138) is unknown color: approx Celtic. HEX triplet: 2F, 41 and 38. RGB value is (47,65,56). Sum of RGB (Red+Green+Blue) = 47+65+56=168 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.98% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 56 (22.27% from 255 or 33.33% from 168); Max value from RGB is 65 - color contains mainly: green. Hex color #2F4138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4138 is #D0BEC7. Grayscale: #3A3A3A. Windows color (decimal): -13680328 or 3686703. OLE color: 3686703.

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

Color convert

RGB476556-
CMYK0.2800.140.75
HSL150º16.07%21.96%-
HSV(B)150º27.69%25.49%-
XYZ3.784.674.44-
YUV58.59126.54119.73-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.98%
GREEN value IS 65 (25.78% from 255) = 38.69%
BLUE value IS 56 (22.27% from 255) = 33.33%
R=27.98%
G=38.69%
B=33.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4765560.2800.140.7515016.0721.96
Hex2F41381C0E4B961016
Octal5710170340161132262026
Binary101111100000111100011100011101001011100101101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,65,56); }

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

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

 a { background-color: rgb(47,65,56); }

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

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

 span { border-color: rgb(47,65,56); }

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