Html Css Color HEX #28342D Holly

📋 copy color: '#28342D'

red 40 ◦ green 52 ◦ blue 45

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

Shades of Holly #28342D

Tints of Holly #28342D

RGB

 RED value IS 40 (16.02% from 255) = 29.2%

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

 BLUE value IS 45 (17.97% from 255) = 32.85%

R = 29.2%
G = 37.96%
B = 32.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.80

RGB Variations

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

Color information

#28342D (or 0x28342D) is known color: Holly. HEX triplet: 28, 34 and 2D. RGB value is (40,52,45). Sum of RGB (Red+Green+Blue) = 40+52+45=137 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.20% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 52 - color contains mainly: green. Hex color #28342D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28342D is #D7CBD2. Grayscale: #2F2F2F. Windows color (decimal): -14142419 or 2962472. OLE color: 2962472.

HSL color Cylindrical-coordinate representation of color #28342D: hue angle of 145º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #28342D is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.80.

Color convert

RGB 40 52 45 -
CMYK 0.23 0 0.13 0.80
HSL 145º 0.13% 0.18% -
HSV(B) 145º 0.23% 0.2% -
XYZ 2.58 3.1 2.94 -
YUV 47.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 40 52 45 0.23 0 0.13 0.80 145 0.13 0.18
Hex 28 34 2D 17 0 D 50 91 D 12
Octal 50 64 55 27 0 15 120 221 15 22
Binary 101000 110100 101101 10111 0 1101 1010000 10010001 1101 10010

Color Harmonies of #28342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28342D

Black with #28342D

Text Example


Text Example

White with #28342D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28342D; }

 p { color: rgb(40,52,45); }

 H1.HeaderClassName
 {
   color: #28342D;
 }
 .AnyTagClassName
 {
   color: #28342D;
 }
</style>

background-color css

<style>
 a { background-color: #28342D; }

 a { background-color: rgb(40,52,45); }

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

border-color css

<style>
 span { border-color: #28342D; }

 span { border-color: rgb(40,52,45); }

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