Html Css Color HEX #284532 English Holly

📋 copy color: '#284532'

red 40 ◦ green 69 ◦ blue 50

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

Shades of English Holly #284532

Tints of English Holly #284532

RGB

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

 GREEN value IS 69 (27.34% from 255) = 43.4%

 BLUE value IS 50 (19.92% from 255) = 31.45%

R = 25.16%
G = 43.4%
B = 31.45%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#284532 (or 0x284532) is known color: English Holly. HEX triplet: 28, 45 and 32. RGB value is (40,69,50). Sum of RGB (Red+Green+Blue) = 40+69+50=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 69 - color contains mainly: green. Hex color #284532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284532 is #D7BACD. Grayscale: #3A3A3A. Windows color (decimal): -14138062 or 3294504. OLE color: 3294504.

HSL color Cylindrical-coordinate representation of color #284532: hue angle of 140.69º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #284532 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB 40 69 50 -
CMYK 0.42 0 0.28 0.73
HSL 140.69º 0.27% 0.21% -
HSV(B) 140.69º 0.42% 0.27% -
XYZ 3.58 4.94 3.78 -
YUV 58.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 40 69 50 0.42 0 0.28 0.73 140.69 0.27 0.21
Hex 28 45 32 2A 0 1C 49 8D 1B 15
Octal 50 105 62 52 0 34 111 215 33 25
Binary 101000 1000101 110010 101010 0 11100 1001001 10001101 11011 10101

Color Harmonies of #284532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284532

Black with #284532

Text Example


Text Example

White with #284532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284532; }

 p { color: rgb(40,69,50); }

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

background-color css

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

 a { background-color: rgb(40,69,50); }

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

border-color css

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

 span { border-color: rgb(40,69,50); }

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