Html Css Color HEX #2B3F33 English Holly

📋 copy color: '#2B3F33'

red 43 ◦ green 63 ◦ blue 51

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

Shades of English Holly #2B3F33

Tints of English Holly #2B3F33

RGB

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

 GREEN value IS 63 (25% from 255) = 40.13%

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

R = 27.39%
G = 40.13%
B = 32.48%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#2B3F33 (or 0x2B3F33) is known color: English Holly. HEX triplet: 2B, 3F and 33. RGB value is (43,63,51). Sum of RGB (Red+Green+Blue) = 43+63+51=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 51 (20.31% from 255 or 32.48% from 157); Max value from RGB is 63 - color contains mainly: green. Hex color #2B3F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3F33 is #D4C0CC. Grayscale: #373737. Windows color (decimal): -13942989 or 3358507. OLE color: 3358507.

HSL color Cylindrical-coordinate representation of color #2B3F33: hue angle of 144º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2B3F33 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB 43 63 51 -
CMYK 0.32 0 0.19 0.75
HSL 144º 0.19% 0.21% -
HSV(B) 144º 0.32% 0.25% -
XYZ 3.37 4.31 3.79 -
YUV 55.65 125.37 118.98 -
System Red Green Blue C M Y K H S L
Decimal 43 63 51 0.32 0 0.19 0.75 144 0.19 0.21
Hex 2B 3F 33 20 0 13 4B 90 13 15
Octal 53 77 63 40 0 23 113 220 23 25
Binary 101011 111111 110011 100000 0 10011 1001011 10010000 10011 10101

Color Harmonies of #2B3F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3F33

Black with #2B3F33

Text Example


Text Example

White with #2B3F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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