Html Css Color HEX #2A4034 English Holly

📋 copy color: '#2A4034'

red 42 ◦ green 64 ◦ blue 52

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

Shades of English Holly #2A4034

Tints of English Holly #2A4034

RGB

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

 GREEN value IS 64 (25.39% from 255) = 40.51%

 BLUE value IS 52 (20.7% from 255) = 32.91%

R = 26.58%
G = 40.51%
B = 32.91%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#2A4034 (or 0x2A4034) is known color: English Holly. HEX triplet: 2A, 40 and 34. RGB value is (42,64,52). Sum of RGB (Red+Green+Blue) = 42+64+52=158 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.58% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 64 - color contains mainly: green. Hex color #2A4034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4034 is #D5BFCB. Grayscale: #383838. Windows color (decimal): -14008268 or 3424298. OLE color: 3424298.

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

Color convert

RGB 42 64 52 -
CMYK 0.34 0 0.19 0.75
HSL 147.27º 0.21% 0.21% -
HSV(B) 147.27º 0.34% 0.25% -
XYZ 3.41 4.41 3.92 -
YUV 56.05 125.71 117.98 -
System Red Green Blue C M Y K H S L
Decimal 42 64 52 0.34 0 0.19 0.75 147.27 0.21 0.21
Hex 2A 40 34 22 0 13 4B 93 15 15
Octal 52 100 64 42 0 23 113 223 25 25
Binary 101010 1000000 110100 100010 0 10011 1001011 10010011 10101 10101

Color Harmonies of #2A4034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4034

Black with #2A4034

Text Example


Text Example

White with #2A4034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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