Html Css Color HEX #2F3130 Holly

📋 copy color: '#2F3130'

red 47 ◦ green 49 ◦ blue 48

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

Shades of Holly #2F3130

Tints of Holly #2F3130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 34.03%

 BLUE value IS 48 (19.14% from 255) = 33.33%

R = 32.64%
G = 34.03%
B = 33.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#2F3130 (or 0x2F3130) is known color: Holly. HEX triplet: 2F, 31 and 30. RGB value is (47,49,48). Sum of RGB (Red+Green+Blue) = 47+49+48=144 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.64% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 49 - color contains mainly: green. Hex color #2F3130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3130 is #D0CECF. Grayscale: #303030. Windows color (decimal): -13684432 or 3158319. OLE color: 3158319.

HSL color Cylindrical-coordinate representation of color #2F3130: hue angle of 150º degrees, saturation: 0.02, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #2F3130 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB 47 49 48 -
CMYK 0.04 0 0.02 0.81
HSL 150º 0.02% 0.19% -
HSV(B) 150º 0.04% 0.19% -
XYZ 2.8 3.01 3.23 -
YUV 48.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 47 49 48 0.04 0 0.02 0.81 150 0.02 0.19
Hex 2F 31 30 4 0 2 51 96 2 13
Octal 57 61 60 4 0 2 121 226 2 23
Binary 101111 110001 110000 100 0 10 1010001 10010110 10 10011

Color Harmonies of #2F3130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3130

Black with #2F3130

Text Example


Text Example

White with #2F3130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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