Html Css Color HEX #2A3F32 English Holly

📋 copy color: '#2A3F32'

red 42 ◦ green 63 ◦ blue 50

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

Shades of English Holly #2A3F32

Tints of English Holly #2A3F32

RGB

 RED value IS 42 (16.8% from 255) = 27.1%

 GREEN value IS 63 (25% from 255) = 40.65%

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

R = 27.1%
G = 40.65%
B = 32.26%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.75

RGB Variations

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

Color information

#2A3F32 (or 0x2A3F32) is known color: 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

RGB 42 63 50 -
CMYK 0.33 0 0.21 0.75
HSL 142.86º 0.2% 0.21% -
HSV(B) 142.86º 0.33% 0.25% -
XYZ 3.31 4.28 3.67 -
YUV 55.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 42 63 50 0.33 0 0.21 0.75 142.86 0.2 0.21
Hex 2A 3F 32 21 0 15 4B 8F 14 15
Octal 52 77 62 41 0 25 113 217 24 25
Binary 101010 111111 110010 100001 0 10101 1001011 10001111 10100 10101

Color Harmonies of #2A3F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3F32

Black with #2A3F32

Text Example


Text Example

White with #2A3F32

Text Example


Text Example

HTML Codes & Css Web 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>