Html Css Color HEX #2F463B Celtic

📋 copy color: '#2F463B'

red 47 ◦ green 70 ◦ blue 59

#2F463B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celtic #2F463B

Tints of Celtic #2F463B

RGB

 RED value IS 47 (18.75% from 255) = 26.7%

 GREEN value IS 70 (27.73% from 255) = 39.77%

 BLUE value IS 59 (23.44% from 255) = 33.52%

R = 26.7%
G = 39.77%
B = 33.52%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#2F463B (or 0x2F463B) is known color: Celtic. HEX triplet: 2F, 46 and 3B. RGB value is (47,70,59). Sum of RGB (Red+Green+Blue) = 47+70+59=176 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.70% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 70 - color contains mainly: green. Hex color #2F463B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F463B is #D0B9C4. Grayscale: #3D3D3D. Windows color (decimal): -13679045 or 3884591. OLE color: 3884591.

HSL color Cylindrical-coordinate representation of color #2F463B: hue angle of 151.3º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2F463B is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB 47 70 59 -
CMYK 0.33 0 0.16 0.73
HSL 151.3º 0.2% 0.23% -
HSV(B) 151.3º 0.33% 0.27% -
XYZ 4.15 5.3 4.94 -
YUV 61.87 126.38 117.39 -
System Red Green Blue C M Y K H S L
Decimal 47 70 59 0.33 0 0.16 0.73 151.3 0.2 0.23
Hex 2F 46 3B 21 0 10 49 97 14 17
Octal 57 106 73 41 0 20 111 227 24 27
Binary 101111 1000110 111011 100001 0 10000 1001001 10010111 10100 10111

Color Harmonies of #2F463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F463B

Black with #2F463B

Text Example


Text Example

White with #2F463B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F463B;
 }
 .AnyTagClassName
 {
   color: #2F463B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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