Html Css Color HEX #2B342E Holly

📋 copy color: '#2B342E'

red 43 ◦ green 52 ◦ blue 46

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

Shades of Holly #2B342E

Tints of Holly #2B342E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.88%

 BLUE value IS 46 (18.36% from 255) = 32.62%

R = 30.5%
G = 36.88%
B = 32.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.80

RGB Variations

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

Color information

#2B342E (or 0x2B342E) is known color: Holly. HEX triplet: 2B, 34 and 2E. RGB value is (43,52,46). Sum of RGB (Red+Green+Blue) = 43+52+46=141 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.50% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 52 - color contains mainly: green. Hex color #2B342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B342E is #D4CBD1. Grayscale: #303030. Windows color (decimal): -13945810 or 3028011. OLE color: 3028011.

HSL color Cylindrical-coordinate representation of color #2B342E: hue angle of 140º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2B342E is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB 43 52 46 -
CMYK 0.17 0 0.12 0.80
HSL 140º 0.09% 0.19% -
HSV(B) 140º 0.17% 0.2% -
XYZ 2.72 3.17 3.05 -
YUV 48.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 43 52 46 0.17 0 0.12 0.80 140 0.09 0.19
Hex 2B 34 2E 11 0 C 50 8C 9 13
Octal 53 64 56 21 0 14 120 214 11 23
Binary 101011 110100 101110 10001 0 1100 1010000 10001100 1001 10011

Color Harmonies of #2B342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B342E

Black with #2B342E

Text Example


Text Example

White with #2B342E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,52,46); }

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

background-color css

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

 a { background-color: rgb(43,52,46); }

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

border-color css

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

 span { border-color: rgb(43,52,46); }

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