#2F4038

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

Shades of Celtic #2F4038

Tints of Celtic #2F4038

Color information

#2F4038 (or 0x2F4038) is unknown color: approx Celtic. HEX triplet: 2F, 40 and 38. RGB value is (47,64,56). Sum of RGB (Red+Green+Blue) = 47+64+56=167 (22% of max value = 765). Red value is 47 (18.75% from 255 or 28.14% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 64 - color contains mainly: green. Hex color #2F4038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4038 is #D0BFC7. Grayscale: #3A3A3A. Windows color (decimal): -13680584 or 3686447. OLE color: 3686447.

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

Color convert

RGB476456-
CMYK0.2700.130.75
HSL151.76º15.32%21.76%-
HSV(B)151.76º26.56%25.1%-
XYZ3.724.564.42-
YUV58126.87120.15-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 28.14%
GREEN value IS 64 (25.39% from 255) = 38.32%
BLUE value IS 56 (22.27% from 255) = 33.53%
R=28.14%
G=38.32%
B=33.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4764560.2700.130.75151.7615.3221.76
Hex2F40381B0D4B98f16
Octal5710070330151132301726
Binary10111110000001110001101101101100101110011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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