Html Css Color HEX #2F3832 Holly

📋 copy color: '#2F3832'

red 47 ◦ green 56 ◦ blue 50

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

Shades of Holly #2F3832

Tints of Holly #2F3832

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.6%

 BLUE value IS 50 (19.92% from 255) = 32.68%

R = 30.72%
G = 36.6%
B = 32.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#2F3832 (or 0x2F3832) is known color: Holly. HEX triplet: 2F, 38 and 32. RGB value is (47,56,50). Sum of RGB (Red+Green+Blue) = 47+56+50=153 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.72% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 56 - color contains mainly: green. Hex color #2F3832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3832 is #D0C7CD. Grayscale: #343434. Windows color (decimal): -13682638 or 3291183. OLE color: 3291183.

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

Color convert

RGB 47 56 50 -
CMYK 0.16 0 0.11 0.78
HSL 140º 0.09% 0.2% -
HSV(B) 140º 0.16% 0.22% -
XYZ 3.16 3.66 3.56 -
YUV 52.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 47 56 50 0.16 0 0.11 0.78 140 0.09 0.2
Hex 2F 38 32 10 0 B 4E 8C 9 14
Octal 57 70 62 20 0 13 116 214 11 24
Binary 101111 111000 110010 10000 0 1011 1001110 10001100 1001 10100

Color Harmonies of #2F3832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3832

Black with #2F3832

Text Example


Text Example

White with #2F3832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,56,50); }

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

background-color css

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

 a { background-color: rgb(47,56,50); }

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

border-color css

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

 span { border-color: rgb(47,56,50); }

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