#2F413A

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

Shades of Celtic #2F413A

Tints of Celtic #2F413A

Color information

#2F413A (or 0x2F413A) is unknown color: approx Celtic. HEX triplet: 2F, 41 and 3A. RGB value is (47,65,58). Sum of RGB (Red+Green+Blue) = 47+65+58=170 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.65% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 65 - color contains mainly: green. Hex color #2F413A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F413A is #D0BEC5. Grayscale: #3A3A3A. Windows color (decimal): -13680326 or 3817775. OLE color: 3817775.

HSL color Cylindrical-coordinate representation of color #2F413A: hue angle of 156.67º 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 #2F413A is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB476558-
CMYK0.2800.110.75
HSL156.67º16.07%21.96%-
HSV(B)156.67º27.69%25.49%-
XYZ3.834.694.71-
YUV58.82127.54119.57-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.65%
GREEN value IS 65 (25.78% from 255) = 38.24%
BLUE value IS 58 (23.05% from 255) = 34.12%
R=27.65%
G=38.24%
B=34.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4765580.2800.110.75156.6716.0721.96
Hex2F413A1C0B4B9d1016
Octal5710172340131132352026
Binary101111100000111101011100010111001011100111011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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