Html Css Color HEX #284034 English Holly

📋 copy color: '#284034'

red 40 ◦ green 64 ◦ blue 52

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

Shades of English Holly #284034

Tints of English Holly #284034

RGB

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

 GREEN value IS 64 (25.39% from 255) = 41.03%

 BLUE value IS 52 (20.7% from 255) = 33.33%

R = 25.64%
G = 41.03%
B = 33.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#284034 (or 0x284034) is known color: English Holly. HEX triplet: 28, 40 and 34. RGB value is (40,64,52). Sum of RGB (Red+Green+Blue) = 40+64+52=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 52 (20.70% from 255 or 33.33% from 156); Max value from RGB is 64 - color contains mainly: green. Hex color #284034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284034 is #D7BFCB. Grayscale: #373737. Windows color (decimal): -14139340 or 3424296. OLE color: 3424296.

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

Color convert

RGB 40 64 52 -
CMYK 0.38 0 0.19 0.75
HSL 150º 0.23% 0.2% -
HSV(B) 150º 0.38% 0.25% -
XYZ 3.33 4.37 3.92 -
YUV 55.46 126.05 116.98 -
System Red Green Blue C M Y K H S L
Decimal 40 64 52 0.38 0 0.19 0.75 150 0.23 0.2
Hex 28 40 34 26 0 13 4B 96 17 14
Octal 50 100 64 46 0 23 113 226 27 24
Binary 101000 1000000 110100 100110 0 10011 1001011 10010110 10111 10100

Color Harmonies of #284034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284034

Black with #284034

Text Example


Text Example

White with #284034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284034; }

 p { color: rgb(40,64,52); }

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

background-color css

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

 a { background-color: rgb(40,64,52); }

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

border-color css

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

 span { border-color: rgb(40,64,52); }

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