Html Css Color HEX #28372F Holly

📋 copy color: '#28372F'

red 40 ◦ green 55 ◦ blue 47

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

Shades of Holly #28372F

Tints of Holly #28372F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 38.73%

 BLUE value IS 47 (18.75% from 255) = 33.1%

R = 28.17%
G = 38.73%
B = 33.1%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.78

RGB Variations

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

Color information

#28372F (or 0x28372F) is known color: Holly. HEX triplet: 28, 37 and 2F. RGB value is (40,55,47). Sum of RGB (Red+Green+Blue) = 40+55+47=142 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.17% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 55 - color contains mainly: green. Hex color #28372F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28372F is #D7C8D0. Grayscale: #313131. Windows color (decimal): -14141649 or 3094312. OLE color: 3094312.

HSL color Cylindrical-coordinate representation of color #28372F: hue angle of 148º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #28372F is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.78.

Color convert

RGB 40 55 47 -
CMYK 0.27 0 0.15 0.78
HSL 148º 0.16% 0.19% -
HSV(B) 148º 0.27% 0.22% -
XYZ 2.75 3.39 3.2 -
YUV 49.6 126.53 121.15 -
System Red Green Blue C M Y K H S L
Decimal 40 55 47 0.27 0 0.15 0.78 148 0.16 0.19
Hex 28 37 2F 1B 0 F 4E 94 10 13
Octal 50 67 57 33 0 17 116 224 20 23
Binary 101000 110111 101111 11011 0 1111 1001110 10010100 10000 10011

Color Harmonies of #28372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28372F

Black with #28372F

Text Example


Text Example

White with #28372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28372F; }

 p { color: rgb(40,55,47); }

 H1.HeaderClassName
 {
   color: #28372F;
 }
 .AnyTagClassName
 {
   color: #28372F;
 }
</style>

background-color css

<style>
 a { background-color: #28372F; }

 a { background-color: rgb(40,55,47); }

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

border-color css

<style>
 span { border-color: #28372F; }

 span { border-color: rgb(40,55,47); }

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