Html Css Color HEX #284131 English Holly

📋 copy color: '#284131'

red 40 ◦ green 65 ◦ blue 49

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

Shades of English Holly #284131

Tints of English Holly #284131

RGB

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

 GREEN value IS 65 (25.78% from 255) = 42.21%

 BLUE value IS 49 (19.53% from 255) = 31.82%

R = 25.97%
G = 42.21%
B = 31.82%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#284131 (or 0x284131) is known color: English Holly. HEX triplet: 28, 41 and 31. RGB value is (40,65,49). Sum of RGB (Red+Green+Blue) = 40+65+49=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 65 - color contains mainly: green. Hex color #284131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284131 is #D7BECE. Grayscale: #373737. Windows color (decimal): -14139087 or 3227944. OLE color: 3227944.

HSL color Cylindrical-coordinate representation of color #284131: hue angle of 141.6º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #284131 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 40 65 49 -
CMYK 0.38 0 0.25 0.75
HSL 141.6º 0.24% 0.21% -
HSV(B) 141.6º 0.38% 0.25% -
XYZ 3.32 4.45 3.59 -
YUV 55.7 124.22 116.8 -
System Red Green Blue C M Y K H S L
Decimal 40 65 49 0.38 0 0.25 0.75 141.6 0.24 0.21
Hex 28 41 31 26 0 19 4B 8E 18 15
Octal 50 101 61 46 0 31 113 216 30 25
Binary 101000 1000001 110001 100110 0 11001 1001011 10001110 11000 10101

Color Harmonies of #284131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284131

Black with #284131

Text Example


Text Example

White with #284131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284131; }

 p { color: rgb(40,65,49); }

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

background-color css

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

 a { background-color: rgb(40,65,49); }

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

border-color css

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

 span { border-color: rgb(40,65,49); }

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