Html Css Color HEX #284335 English Holly

📋 copy color: '#284335'

red 40 ◦ green 67 ◦ blue 53

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

Shades of English Holly #284335

Tints of English Holly #284335

RGB

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

 GREEN value IS 67 (26.56% from 255) = 41.88%

 BLUE value IS 53 (21.09% from 255) = 33.13%

R = 25%
G = 41.88%
B = 33.13%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#284335 (or 0x284335) is known color: English Holly. HEX triplet: 28, 43 and 35. RGB value is (40,67,53). Sum of RGB (Red+Green+Blue) = 40+67+53=160 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 67 - color contains mainly: green. Hex color #284335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284335 is #D7BCCA. Grayscale: #393939. Windows color (decimal): -14138571 or 3490600. OLE color: 3490600.

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

Color convert

RGB 40 67 53 -
CMYK 0.40 0 0.21 0.74
HSL 148.89º 0.25% 0.21% -
HSV(B) 148.89º 0.4% 0.26% -
XYZ 3.52 4.72 4.09 -
YUV 57.33 125.55 115.64 -
System Red Green Blue C M Y K H S L
Decimal 40 67 53 0.40 0 0.21 0.74 148.89 0.25 0.21
Hex 28 43 35 28 0 15 4A 95 19 15
Octal 50 103 65 50 0 25 112 225 31 25
Binary 101000 1000011 110101 101000 0 10101 1001010 10010101 11001 10101

Color Harmonies of #284335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284335

Black with #284335

Text Example


Text Example

White with #284335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284335; }

 p { color: rgb(40,67,53); }

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

background-color css

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

 a { background-color: rgb(40,67,53); }

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

border-color css

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

 span { border-color: rgb(40,67,53); }

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