Html Css Color HEX #2B4335 English Holly

📋 copy color: '#2B4335'

red 43 ◦ green 67 ◦ blue 53

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

Shades of English Holly #2B4335

Tints of English Holly #2B4335

RGB

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

 GREEN value IS 67 (26.56% from 255) = 41.1%

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

R = 26.38%
G = 41.1%
B = 32.52%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#2B4335 (or 0x2B4335) is known color: English Holly. HEX triplet: 2B, 43 and 35. RGB value is (43,67,53). Sum of RGB (Red+Green+Blue) = 43+67+53=163 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.38% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 67 - color contains mainly: green. Hex color #2B4335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4335 is #D4BCCA. Grayscale: #3A3A3A. Windows color (decimal): -13941963 or 3490603. OLE color: 3490603.

HSL color Cylindrical-coordinate representation of color #2B4335: hue angle of 145º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2B4335 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB 43 67 53 -
CMYK 0.36 0 0.21 0.74
HSL 145º 0.22% 0.22% -
HSV(B) 145º 0.36% 0.26% -
XYZ 3.65 4.78 4.1 -
YUV 58.23 125.05 117.14 -
System Red Green Blue C M Y K H S L
Decimal 43 67 53 0.36 0 0.21 0.74 145 0.22 0.22
Hex 2B 43 35 24 0 15 4A 91 16 16
Octal 53 103 65 44 0 25 112 221 26 26
Binary 101011 1000011 110101 100100 0 10101 1001010 10010001 10110 10110

Color Harmonies of #2B4335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4335

Black with #2B4335

Text Example


Text Example

White with #2B4335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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