Html Css Color HEX #284134 English Holly

📋 copy color: '#284134'

red 40 ◦ green 65 ◦ blue 52

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

Shades of English Holly #284134

Tints of English Holly #284134

RGB

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

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

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

R = 25.48%
G = 41.4%
B = 33.12%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#284134 (or 0x284134) is known color: English Holly. HEX triplet: 28, 41 and 34. RGB value is (40,65,52). Sum of RGB (Red+Green+Blue) = 40+65+52=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 65 - color contains mainly: green. Hex color #284134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284134 is #D7BECB. Grayscale: #383838. Windows color (decimal): -14139084 or 3424552. OLE color: 3424552.

HSL color Cylindrical-coordinate representation of color #284134: hue angle of 148.8º 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 #284134 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB 40 65 52 -
CMYK 0.38 0 0.20 0.75
HSL 148.8º 0.24% 0.21% -
HSV(B) 148.8º 0.38% 0.25% -
XYZ 3.39 4.48 3.94 -
YUV 56.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 40 65 52 0.38 0 0.20 0.75 148.8 0.24 0.21
Hex 28 41 34 26 0 14 4B 95 18 15
Octal 50 101 64 46 0 24 113 225 30 25
Binary 101000 1000001 110100 100110 0 10100 1001011 10010101 11000 10101

Color Harmonies of #284134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284134

Black with #284134

Text Example


Text Example

White with #284134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284134; }

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

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

background-color css

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

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

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

border-color css

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

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

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