Html Css Color HEX #28352D Holly

📋 copy color: '#28352D'

red 40 ◦ green 53 ◦ blue 45

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

Shades of Holly #28352D

Tints of Holly #28352D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 38.41%

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

R = 28.99%
G = 38.41%
B = 32.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#28352D (or 0x28352D) is known color: Holly. HEX triplet: 28, 35 and 2D. RGB value is (40,53,45). Sum of RGB (Red+Green+Blue) = 40+53+45=138 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.99% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 53 - color contains mainly: green. Hex color #28352D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28352D is #D7CAD2. Grayscale: #303030. Windows color (decimal): -14142163 or 2962728. OLE color: 2962728.

HSL color Cylindrical-coordinate representation of color #28352D: hue angle of 143.08º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #28352D is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB 40 53 45 -
CMYK 0.25 0 0.15 0.79
HSL 143.08º 0.14% 0.18% -
HSV(B) 143.08º 0.25% 0.21% -
XYZ 2.62 3.19 2.96 -
YUV 48.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 40 53 45 0.25 0 0.15 0.79 143.08 0.14 0.18
Hex 28 35 2D 19 0 F 4F 8F E 12
Octal 50 65 55 31 0 17 117 217 16 22
Binary 101000 110101 101101 11001 0 1111 1001111 10001111 1110 10010

Color Harmonies of #28352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28352D

Black with #28352D

Text Example


Text Example

White with #28352D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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