Html Css Color HEX #28322D Holly

📋 copy color: '#28322D'

red 40 ◦ green 50 ◦ blue 45

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

Shades of Holly #28322D

Tints of Holly #28322D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 37.04%

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

R = 29.63%
G = 37.04%
B = 33.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.80

RGB Variations

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

Color information

#28322D (or 0x28322D) is known color: Holly. HEX triplet: 28, 32 and 2D. RGB value is (40,50,45). Sum of RGB (Red+Green+Blue) = 40+50+45=135 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.63% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 50 - color contains mainly: green. Hex color #28322D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28322D is #D7CDD2. Grayscale: #2E2E2E. Windows color (decimal): -14142931 or 2961960. OLE color: 2961960.

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

Color convert

RGB 40 50 45 -
CMYK 0.20 0 0.10 0.80
HSL 150º 0.11% 0.18% -
HSV(B) 150º 0.2% 0.2% -
XYZ 2.49 2.92 2.92 -
YUV 46.44 127.19 123.41 -
System Red Green Blue C M Y K H S L
Decimal 40 50 45 0.20 0 0.10 0.80 150 0.11 0.18
Hex 28 32 2D 14 0 A 50 96 B 12
Octal 50 62 55 24 0 12 120 226 13 22
Binary 101000 110010 101101 10100 0 1010 1010000 10010110 1011 10010

Color Harmonies of #28322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28322D

Black with #28322D

Text Example


Text Example

White with #28322D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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