Html Css Color HEX #2F463A English Holly

📋 copy color: '#2F463A'

red 47 ◦ green 70 ◦ blue 58

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

Shades of English Holly #2F463A

Tints of English Holly #2F463A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 33.14%

R = 26.86%
G = 40%
B = 33.14%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#2F463A (or 0x2F463A) is known color: English Holly. HEX triplet: 2F, 46 and 3A. RGB value is (47,70,58). Sum of RGB (Red+Green+Blue) = 47+70+58=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 70 - color contains mainly: green. Hex color #2F463A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F463A is #D0B9C5. Grayscale: #3D3D3D. Windows color (decimal): -13679046 or 3819055. OLE color: 3819055.

HSL color Cylindrical-coordinate representation of color #2F463A: hue angle of 148.7º 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 #2F463A is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB 47 70 58 -
CMYK 0.33 0 0.17 0.73
HSL 148.7º 0.2% 0.23% -
HSV(B) 148.7º 0.33% 0.27% -
XYZ 4.13 5.29 4.81 -
YUV 61.76 125.88 117.48 -
System Red Green Blue C M Y K H S L
Decimal 47 70 58 0.33 0 0.17 0.73 148.7 0.2 0.23
Hex 2F 46 3A 21 0 11 49 95 14 17
Octal 57 106 72 41 0 21 111 225 24 27
Binary 101111 1000110 111010 100001 0 10001 1001001 10010101 10100 10111

Color Harmonies of #2F463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F463A

Black with #2F463A

Text Example


Text Example

White with #2F463A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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