Html Css Color HEX #2B3E32 English Holly

📋 copy color: '#2B3E32'

red 43 ◦ green 62 ◦ blue 50

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

Shades of English Holly #2B3E32

Tints of English Holly #2B3E32

RGB

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

 GREEN value IS 62 (24.61% from 255) = 40%

 BLUE value IS 50 (19.92% from 255) = 32.26%

R = 27.74%
G = 40%
B = 32.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.76

RGB Variations

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

Color information

#2B3E32 (or 0x2B3E32) is known color: English Holly. HEX triplet: 2B, 3E and 32. RGB value is (43,62,50). Sum of RGB (Red+Green+Blue) = 43+62+50=155 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.74% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 62 - color contains mainly: green. Hex color #2B3E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3E32 is #D4C1CD. Grayscale: #363636. Windows color (decimal): -13943246 or 3292715. OLE color: 3292715.

HSL color Cylindrical-coordinate representation of color #2B3E32: hue angle of 142.11º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2B3E32 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.76.

Color convert

RGB 43 62 50 -
CMYK 0.31 0 0.19 0.76
HSL 142.11º 0.18% 0.21% -
HSV(B) 142.11º 0.31% 0.24% -
XYZ 3.29 4.19 3.65 -
YUV 54.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 43 62 50 0.31 0 0.19 0.76 142.11 0.18 0.21
Hex 2B 3E 32 1F 0 13 4C 8E 12 15
Octal 53 76 62 37 0 23 114 216 22 25
Binary 101011 111110 110010 11111 0 10011 1001100 10001110 10010 10101

Color Harmonies of #2B3E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3E32

Black with #2B3E32

Text Example


Text Example

White with #2B3E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,62,50); }

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

background-color css

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

 a { background-color: rgb(43,62,50); }

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

border-color css

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

 span { border-color: rgb(43,62,50); }

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