Html Css Color HEX #284231 English Holly

📋 copy color: '#284231'

red 40 ◦ green 66 ◦ blue 49

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

Shades of English Holly #284231

Tints of English Holly #284231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.58%

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

R = 25.81%
G = 42.58%
B = 31.61%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#284231 (or 0x284231) is known color: English Holly. HEX triplet: 28, 42 and 31. RGB value is (40,66,49). Sum of RGB (Red+Green+Blue) = 40+66+49=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 66 - color contains mainly: green. Hex color #284231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284231 is #D7BDCE. Grayscale: #383838. Windows color (decimal): -14138831 or 3228200. OLE color: 3228200.

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

Color convert

RGB 40 66 49 -
CMYK 0.39 0 0.26 0.74
HSL 140.77º 0.25% 0.21% -
HSV(B) 140.77º 0.39% 0.26% -
XYZ 3.38 4.57 3.61 -
YUV 56.29 123.89 116.38 -
System Red Green Blue C M Y K H S L
Decimal 40 66 49 0.39 0 0.26 0.74 140.77 0.25 0.21
Hex 28 42 31 27 0 1A 4A 8D 19 15
Octal 50 102 61 47 0 32 112 215 31 25
Binary 101000 1000010 110001 100111 0 11010 1001010 10001101 11001 10101

Color Harmonies of #284231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284231

Black with #284231

Text Example


Text Example

White with #284231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284231; }

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

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

background-color css

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

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

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

border-color css

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

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

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