#2A3F32

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

Shades of English Holly #2A3F32

Tints of English Holly #2A3F32

Color information

#2A3F32 (or 0x2A3F32) is unknown color: approx English Holly. HEX triplet: 2A, 3F and 32. RGB value is (42,63,50). Sum of RGB (Red+Green+Blue) = 42+63+50=155 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.10% from 155); Green value is 63 (25% from 255 or 40.65% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 63 - color contains mainly: green. Hex color #2A3F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3F32 is #D5C0CD. Grayscale: #373737. Windows color (decimal): -14008526 or 3292970. OLE color: 3292970.

HSL color Cylindrical-coordinate representation of color #2A3F32: hue angle of 142.86º 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 #2A3F32 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.75.

Color convert

RGB426350-
CMYK0.3300.210.75
HSL142.86º20%20.59%-
HSV(B)142.86º33.33%24.71%-
XYZ3.314.283.67-
YUV55.24125.04118.56-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.10%
GREEN value IS 63 (25% from 255) = 40.65%
BLUE value IS 50 (19.92% from 255) = 32.26%
R=27.10%
G=40.65%
B=32.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4263500.3300.210.75142.862020.59
Hex2A3F32210154B8f1415
Octal527762410251132172425
Binary1010101111111100101000010101011001011100011111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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