Html Css Color HEX #2E3230 Holly

📋 copy color: '#2E3230'

red 46 ◦ green 50 ◦ blue 48

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

Shades of Holly #2E3230

Tints of Holly #2E3230

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.72%

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

R = 31.94%
G = 34.72%
B = 33.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#2E3230 (or 0x2E3230) is known color: Holly. HEX triplet: 2E, 32 and 30. RGB value is (46,50,48). Sum of RGB (Red+Green+Blue) = 46+50+48=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 50 - color contains mainly: green. Hex color #2E3230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3230 is #D1CDCF. Grayscale: #303030. Windows color (decimal): -13749712 or 3158574. OLE color: 3158574.

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

Color convert

RGB 46 50 48 -
CMYK 0.08 0 0.04 0.80
HSL 150º 0.04% 0.19% -
HSV(B) 150º 0.08% 0.2% -
XYZ 2.8 3.08 3.24 -
YUV 48.58 127.67 126.16 -
System Red Green Blue C M Y K H S L
Decimal 46 50 48 0.08 0 0.04 0.80 150 0.04 0.19
Hex 2E 32 30 8 0 4 50 96 4 13
Octal 56 62 60 10 0 4 120 226 4 23
Binary 101110 110010 110000 1000 0 100 1010000 10010110 100 10011

Color Harmonies of #2E3230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3230

Black with #2E3230

Text Example


Text Example

White with #2E3230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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