Html Css Color HEX #2B4735 English Holly

📋 copy color: '#2B4735'

red 43 ◦ green 71 ◦ blue 53

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

Shades of English Holly #2B4735

Tints of English Holly #2B4735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 31.74%

R = 25.75%
G = 42.51%
B = 31.74%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#2B4735 (or 0x2B4735) is known color: English Holly. HEX triplet: 2B, 47 and 35. RGB value is (43,71,53). Sum of RGB (Red+Green+Blue) = 43+71+53=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 71 - color contains mainly: green. Hex color #2B4735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4735 is #D4B8CA. Grayscale: #3C3C3C. Windows color (decimal): -13940939 or 3491627. OLE color: 3491627.

HSL color Cylindrical-coordinate representation of color #2B4735: hue angle of 141.43º 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 #2B4735 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB 43 71 53 -
CMYK 0.39 0 0.25 0.72
HSL 141.43º 0.25% 0.22% -
HSV(B) 141.43º 0.39% 0.28% -
XYZ 3.89 5.28 4.18 -
YUV 60.58 123.72 115.46 -
System Red Green Blue C M Y K H S L
Decimal 43 71 53 0.39 0 0.25 0.72 141.43 0.25 0.22
Hex 2B 47 35 27 0 19 48 8D 19 16
Octal 53 107 65 47 0 31 110 215 31 26
Binary 101011 1000111 110101 100111 0 11001 1001000 10001101 11001 10110

Color Harmonies of #2B4735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4735

Black with #2B4735

Text Example


Text Example

White with #2B4735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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