Html Css Color HEX #2F3B34 English Holly

📋 copy color: '#2F3B34'

red 47 ◦ green 59 ◦ blue 52

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

Shades of English Holly #2F3B34

Tints of English Holly #2F3B34

RGB

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

 GREEN value IS 59 (23.44% from 255) = 37.34%

 BLUE value IS 52 (20.7% from 255) = 32.91%

R = 29.75%
G = 37.34%
B = 32.91%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.77

RGB Variations

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

Color information

#2F3B34 (or 0x2F3B34) is known color: English Holly. HEX triplet: 2F, 3B and 34. RGB value is (47,59,52). Sum of RGB (Red+Green+Blue) = 47+59+52=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 59 - color contains mainly: green. Hex color #2F3B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3B34 is #D0C4CB. Grayscale: #363636. Windows color (decimal): -13681868 or 3423023. OLE color: 3423023.

HSL color Cylindrical-coordinate representation of color #2F3B34: hue angle of 145º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2F3B34 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.

Color convert

RGB 47 59 52 -
CMYK 0.20 0 0.12 0.77
HSL 145º 0.11% 0.21% -
HSV(B) 145º 0.2% 0.23% -
XYZ 3.36 3.98 3.84 -
YUV 54.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 47 59 52 0.20 0 0.12 0.77 145 0.11 0.21
Hex 2F 3B 34 14 0 C 4D 91 B 15
Octal 57 73 64 24 0 14 115 221 13 25
Binary 101111 111011 110100 10100 0 1100 1001101 10010001 1011 10101

Color Harmonies of #2F3B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3B34

Black with #2F3B34

Text Example


Text Example

White with #2F3B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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