Html Css Color HEX #28352E Holly

📋 copy color: '#28352E'

red 40 ◦ green 53 ◦ blue 46

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

Shades of Holly #28352E

Tints of Holly #28352E

RGB

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

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

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

R = 28.78%
G = 38.13%
B = 33.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#28352E (or 0x28352E) is known color: Holly. HEX triplet: 28, 35 and 2E. RGB value is (40,53,46). Sum of RGB (Red+Green+Blue) = 40+53+46=139 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.78% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 53 - color contains mainly: green. Hex color #28352E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28352E is #D7CAD1. Grayscale: #303030. Windows color (decimal): -14142162 or 3028264. OLE color: 3028264.

HSL color Cylindrical-coordinate representation of color #28352E: hue angle of 147.69º 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 #28352E is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB 40 53 46 -
CMYK 0.25 0 0.13 0.79
HSL 147.69º 0.14% 0.18% -
HSV(B) 147.69º 0.25% 0.21% -
XYZ 2.64 3.19 3.06 -
YUV 48.32 126.69 122.07 -
System Red Green Blue C M Y K H S L
Decimal 40 53 46 0.25 0 0.13 0.79 147.69 0.14 0.18
Hex 28 35 2E 19 0 D 4F 94 E 12
Octal 50 65 56 31 0 15 117 224 16 22
Binary 101000 110101 101110 11001 0 1101 1001111 10010100 1110 10010

Color Harmonies of #28352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28352E

Black with #28352E

Text Example


Text Example

White with #28352E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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