Html Css Color HEX #2B4034 English Holly

📋 copy color: '#2B4034'

red 43 ◦ green 64 ◦ blue 52

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

Shades of English Holly #2B4034

Tints of English Holly #2B4034

RGB

 RED value IS 43 (17.19% from 255) = 27.04%

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

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

R = 27.04%
G = 40.25%
B = 32.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#2B4034 (or 0x2B4034) is known color: English Holly. HEX triplet: 2B, 40 and 34. RGB value is (43,64,52). Sum of RGB (Red+Green+Blue) = 43+64+52=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 52 (20.70% from 255 or 32.70% from 159); Max value from RGB is 64 - color contains mainly: green. Hex color #2B4034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4034 is #D4BFCB. Grayscale: #383838. Windows color (decimal): -13942732 or 3424299. OLE color: 3424299.

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

Color convert

RGB 43 64 52 -
CMYK 0.33 0 0.19 0.75
HSL 145.71º 0.2% 0.21% -
HSV(B) 145.71º 0.33% 0.25% -
XYZ 3.45 4.43 3.92 -
YUV 56.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 43 64 52 0.33 0 0.19 0.75 145.71 0.2 0.21
Hex 2B 40 34 21 0 13 4B 92 14 15
Octal 53 100 64 41 0 23 113 222 24 25
Binary 101011 1000000 110100 100001 0 10011 1001011 10010010 10100 10101

Color Harmonies of #2B4034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4034

Black with #2B4034

Text Example


Text Example

White with #2B4034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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