Html Css Color HEX #2B4637 English Holly

📋 copy color: '#2B4637'

red 43 ◦ green 70 ◦ blue 55

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

Shades of English Holly #2B4637

Tints of English Holly #2B4637

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.67%

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

R = 25.6%
G = 41.67%
B = 32.74%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.73

RGB Variations

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

Color information

#2B4637 (or 0x2B4637) is known color: English Holly. HEX triplet: 2B, 46 and 37. RGB value is (43,70,55). Sum of RGB (Red+Green+Blue) = 43+70+55=168 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.60% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 70 - color contains mainly: green. Hex color #2B4637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4637 is #D4B9C8. Grayscale: #3C3C3C. Windows color (decimal): -13941193 or 3622443. OLE color: 3622443.

HSL color Cylindrical-coordinate representation of color #2B4637: hue angle of 146.67º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B4637 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.73.

Color convert

RGB 43 70 55 -
CMYK 0.39 0 0.21 0.73
HSL 146.67º 0.24% 0.22% -
HSV(B) 146.67º 0.39% 0.27% -
XYZ 3.88 5.17 4.41 -
YUV 60.22 125.05 115.72 -
System Red Green Blue C M Y K H S L
Decimal 43 70 55 0.39 0 0.21 0.73 146.67 0.24 0.22
Hex 2B 46 37 27 0 15 49 93 18 16
Octal 53 106 67 47 0 25 111 223 30 26
Binary 101011 1000110 110111 100111 0 10101 1001001 10010011 11000 10110

Color Harmonies of #2B4637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4637

Black with #2B4637

Text Example


Text Example

White with #2B4637

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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