Html Css Color HEX #2B4033 English Holly

📋 copy color: '#2B4033'

red 43 ◦ green 64 ◦ blue 51

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

Shades of English Holly #2B4033

Tints of English Holly #2B4033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 32.28%

R = 27.22%
G = 40.51%
B = 32.28%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#2B4033 (or 0x2B4033) is known color: English Holly. HEX triplet: 2B, 40 and 33. RGB value is (43,64,51). Sum of RGB (Red+Green+Blue) = 43+64+51=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 64 - color contains mainly: green. Hex color #2B4033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4033 is #D4BFCC. Grayscale: #383838. Windows color (decimal): -13942733 or 3358763. OLE color: 3358763.

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

Color convert

RGB 43 64 51 -
CMYK 0.33 0 0.20 0.75
HSL 142.86º 0.2% 0.21% -
HSV(B) 142.86º 0.33% 0.25% -
XYZ 3.43 4.42 3.8 -
YUV 56.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 43 64 51 0.33 0 0.20 0.75 142.86 0.2 0.21
Hex 2B 40 33 21 0 14 4B 8F 14 15
Octal 53 100 63 41 0 24 113 217 24 25
Binary 101011 1000000 110011 100001 0 10100 1001011 10001111 10100 10101

Color Harmonies of #2B4033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4033

Black with #2B4033

Text Example


Text Example

White with #2B4033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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