Html Css Color HEX #2E3832 Holly

📋 copy color: '#2E3832'

red 46 ◦ green 56 ◦ blue 50

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

Shades of Holly #2E3832

Tints of Holly #2E3832

RGB

 RED value IS 46 (18.36% from 255) = 30.26%

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

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

R = 30.26%
G = 36.84%
B = 32.89%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#2E3832 (or 0x2E3832) is known color: Holly. HEX triplet: 2E, 38 and 32. RGB value is (46,56,50). Sum of RGB (Red+Green+Blue) = 46+56+50=152 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.26% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 56 - color contains mainly: green. Hex color #2E3832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3832 is #D1C7CD. Grayscale: #343434. Windows color (decimal): -13748174 or 3291182. OLE color: 3291182.

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

Color convert

RGB 46 56 50 -
CMYK 0.18 0 0.11 0.78
HSL 144º 0.1% 0.2% -
HSV(B) 144º 0.18% 0.22% -
XYZ 3.12 3.64 3.56 -
YUV 52.33 126.69 123.49 -
System Red Green Blue C M Y K H S L
Decimal 46 56 50 0.18 0 0.11 0.78 144 0.1 0.2
Hex 2E 38 32 12 0 B 4E 90 A 14
Octal 56 70 62 22 0 13 116 220 12 24
Binary 101110 111000 110010 10010 0 1011 1001110 10010000 1010 10100

Color Harmonies of #2E3832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3832

Black with #2E3832

Text Example


Text Example

White with #2E3832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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