Html Css Color HEX #28362E Holly

📋 copy color: '#28362E'

red 40 ◦ green 54 ◦ blue 46

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

Shades of Holly #28362E

Tints of Holly #28362E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 38.57%

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

R = 28.57%
G = 38.57%
B = 32.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#28362E (or 0x28362E) is known color: Holly. HEX triplet: 28, 36 and 2E. RGB value is (40,54,46). Sum of RGB (Red+Green+Blue) = 40+54+46=140 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.57% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 54 - color contains mainly: green. Hex color #28362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28362E is #D7C9D1. Grayscale: #303030. Windows color (decimal): -14141906 or 3028520. OLE color: 3028520.

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

Color convert

RGB 40 54 46 -
CMYK 0.26 0 0.15 0.79
HSL 145.71º 0.15% 0.18% -
HSV(B) 145.71º 0.26% 0.21% -
XYZ 2.69 3.29 3.08 -
YUV 48.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 40 54 46 0.26 0 0.15 0.79 145.71 0.15 0.18
Hex 28 36 2E 1A 0 F 4F 92 F 12
Octal 50 66 56 32 0 17 117 222 17 22
Binary 101000 110110 101110 11010 0 1111 1001111 10010010 1111 10010

Color Harmonies of #28362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28362E

Black with #28362E

Text Example


Text Example

White with #28362E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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