Html Css Color HEX #2E3430 Holly

📋 copy color: '#2E3430'

red 46 ◦ green 52 ◦ blue 48

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

Shades of Holly #2E3430

Tints of Holly #2E3430

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.62%

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

R = 31.51%
G = 35.62%
B = 32.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#2E3430 (or 0x2E3430) is known color: Holly. HEX triplet: 2E, 34 and 30. RGB value is (46,52,48). Sum of RGB (Red+Green+Blue) = 46+52+48=146 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.51% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 52 - color contains mainly: green. Hex color #2E3430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3430 is #D1CBCF. Grayscale: #313131. Windows color (decimal): -13749200 or 3159086. OLE color: 3159086.

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

Color convert

RGB 46 52 48 -
CMYK 0.12 0 0.08 0.80
HSL 140º 0.06% 0.19% -
HSV(B) 140º 0.12% 0.2% -
XYZ 2.89 3.25 3.27 -
YUV 49.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 46 52 48 0.12 0 0.08 0.80 140 0.06 0.19
Hex 2E 34 30 C 0 8 50 8C 6 13
Octal 56 64 60 14 0 10 120 214 6 23
Binary 101110 110100 110000 1100 0 1000 1010000 10001100 110 10011

Color Harmonies of #2E3430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3430

Black with #2E3430

Text Example


Text Example

White with #2E3430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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