#2A3F34

Color #2A3F34 English Holly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of English Holly #2A3F34

Tints of English Holly #2A3F34

Color information

#2A3F34 (or 0x2A3F34) is unknown color: approx English Holly. HEX triplet: 2A, 3F and 34. RGB value is (42,63,52). Sum of RGB (Red+Green+Blue) = 42+63+52=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 63 - color contains mainly: green. Hex color #2A3F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3F34 is #D5C0CB. Grayscale: #373737. Windows color (decimal): -14008524 or 3424042. OLE color: 3424042.

HSL color Cylindrical-coordinate representation of color #2A3F34: hue angle of 148.57º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2A3F34 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB426352-
CMYK0.3300.170.75
HSL148.57º20%20.59%-
HSV(B)148.57º33.33%24.71%-
XYZ3.354.33.9-
YUV55.47126.04118.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.75%
GREEN value IS 63 (25% from 255) = 40.13%
BLUE value IS 52 (20.70% from 255) = 33.12%
R=26.75%
G=40.13%
B=33.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4263520.3300.170.75148.572020.59
Hex2A3F34210114B951415
Octal527764410211132252425
Binary1010101111111101001000010100011001011100101011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,63,52); }

 H1.HeaderClassName
 {
   color: #2A3F34;
 }
 .AnyTagClassName
 {
   color: #2A3F34;
 }
</style>
background-color css

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

 a { background-color: rgb(42,63,52); }

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

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

 span { border-color: rgb(42,63,52); }

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