Html Css Color HEX #2F3531 Holly

📋 copy color: '#2F3531'

red 47 ◦ green 53 ◦ blue 49

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

Shades of Holly #2F3531

Tints of Holly #2F3531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.57%

 BLUE value IS 49 (19.53% from 255) = 32.89%

R = 31.54%
G = 35.57%
B = 32.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.79

RGB Variations

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

Color information

#2F3531 (or 0x2F3531) is known color: Holly. HEX triplet: 2F, 35 and 31. RGB value is (47,53,49). Sum of RGB (Red+Green+Blue) = 47+53+49=149 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.54% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 53 - color contains mainly: green. Hex color #2F3531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3531 is #D0CACE. Grayscale: #323232. Windows color (decimal): -13683407 or 3224879. OLE color: 3224879.

HSL color Cylindrical-coordinate representation of color #2F3531: hue angle of 140º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #2F3531 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.79.

Color convert

RGB 47 53 49 -
CMYK 0.11 0 0.08 0.79
HSL 140º 0.06% 0.2% -
HSV(B) 140º 0.11% 0.21% -
XYZ 3 3.37 3.4 -
YUV 50.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 47 53 49 0.11 0 0.08 0.79 140 0.06 0.2
Hex 2F 35 31 B 0 8 4F 8C 6 14
Octal 57 65 61 13 0 10 117 214 6 24
Binary 101111 110101 110001 1011 0 1000 1001111 10001100 110 10100

Color Harmonies of #2F3531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3531

Black with #2F3531

Text Example


Text Example

White with #2F3531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,53,49); }

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

background-color css

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

 a { background-color: rgb(47,53,49); }

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

border-color css

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

 span { border-color: rgb(47,53,49); }

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