Html Css Color HEX #2A3B31 English Holly

📋 copy color: '#2A3B31'

red 42 ◦ green 59 ◦ blue 49

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

Shades of English Holly #2A3B31

Tints of English Holly #2A3B31

RGB

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

 GREEN value IS 59 (23.44% from 255) = 39.33%

 BLUE value IS 49 (19.53% from 255) = 32.67%

R = 28%
G = 39.33%
B = 32.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.77

RGB Variations

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

Color information

#2A3B31 (or 0x2A3B31) is known color: English Holly. HEX triplet: 2A, 3B and 31. RGB value is (42,59,49). Sum of RGB (Red+Green+Blue) = 42+59+49=150 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28% from 150); Green value is 59 (23.44% from 255 or 39.33% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 59 - color contains mainly: green. Hex color #2A3B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3B31 is #D5C4CE. Grayscale: #343434. Windows color (decimal): -14009551 or 3226410. OLE color: 3226410.

HSL color Cylindrical-coordinate representation of color #2A3B31: hue angle of 144.71º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2A3B31 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.

Color convert

RGB 42 59 49 -
CMYK 0.29 0 0.17 0.77
HSL 144.71º 0.17% 0.2% -
HSV(B) 144.71º 0.29% 0.23% -
XYZ 3.07 3.84 3.49 -
YUV 52.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 42 59 49 0.29 0 0.17 0.77 144.71 0.17 0.2
Hex 2A 3B 31 1D 0 11 4D 91 11 14
Octal 52 73 61 35 0 21 115 221 21 24
Binary 101010 111011 110001 11101 0 10001 1001101 10010001 10001 10100

Color Harmonies of #2A3B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3B31

Black with #2A3B31

Text Example


Text Example

White with #2A3B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,59,49); }

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

background-color css

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

 a { background-color: rgb(42,59,49); }

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

border-color css

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

 span { border-color: rgb(42,59,49); }

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