Html Css Color HEX #2B4737 English Holly

📋 copy color: '#2B4737'

red 43 ◦ green 71 ◦ blue 55

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

Shades of English Holly #2B4737

Tints of English Holly #2B4737

RGB

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

 GREEN value IS 71 (28.13% from 255) = 42.01%

 BLUE value IS 55 (21.88% from 255) = 32.54%

R = 25.44%
G = 42.01%
B = 32.54%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.23

 K value IS 0.72

RGB Variations

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

Color information

#2B4737 (or 0x2B4737) is known color: English Holly. HEX triplet: 2B, 47 and 37. RGB value is (43,71,55). Sum of RGB (Red+Green+Blue) = 43+71+55=169 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.44% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 71 - color contains mainly: green. Hex color #2B4737 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4737 is #D4B8C8. Grayscale: #3C3C3C. Windows color (decimal): -13940937 or 3622699. OLE color: 3622699.

HSL color Cylindrical-coordinate representation of color #2B4737: hue angle of 145.71º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B4737 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.72.

Color convert

RGB 43 71 55 -
CMYK 0.39 0 0.23 0.72
HSL 145.71º 0.25% 0.22% -
HSV(B) 145.71º 0.39% 0.28% -
XYZ 3.94 5.3 4.43 -
YUV 60.8 124.72 115.3 -
System Red Green Blue C M Y K H S L
Decimal 43 71 55 0.39 0 0.23 0.72 145.71 0.25 0.22
Hex 2B 47 37 27 0 17 48 92 19 16
Octal 53 107 67 47 0 27 110 222 31 26
Binary 101011 1000111 110111 100111 0 10111 1001000 10010010 11001 10110

Color Harmonies of #2B4737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4737

Black with #2B4737

Text Example


Text Example

White with #2B4737

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,71,55); }

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

background-color css

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

 a { background-color: rgb(43,71,55); }

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

border-color css

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

 span { border-color: rgb(43,71,55); }

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