Html Css Color HEX #284234 English Holly

📋 copy color: '#284234'

red 40 ◦ green 66 ◦ blue 52

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

Shades of English Holly #284234

Tints of English Holly #284234

RGB

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

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

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

R = 25.32%
G = 41.77%
B = 32.91%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#284234 (or 0x284234) is known color: English Holly. HEX triplet: 28, 42 and 34. RGB value is (40,66,52). Sum of RGB (Red+Green+Blue) = 40+66+52=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 66 - color contains mainly: green. Hex color #284234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284234 is #D7BDCB. Grayscale: #383838. Windows color (decimal): -14138828 or 3424808. OLE color: 3424808.

HSL color Cylindrical-coordinate representation of color #284234: hue angle of 147.69º 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 #284234 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB 40 66 52 -
CMYK 0.39 0 0.21 0.74
HSL 147.69º 0.25% 0.21% -
HSV(B) 147.69º 0.39% 0.26% -
XYZ 3.44 4.6 3.95 -
YUV 56.63 125.39 116.14 -
System Red Green Blue C M Y K H S L
Decimal 40 66 52 0.39 0 0.21 0.74 147.69 0.25 0.21
Hex 28 42 34 27 0 15 4A 94 19 15
Octal 50 102 64 47 0 25 112 224 31 25
Binary 101000 1000010 110100 100111 0 10101 1001010 10010100 11001 10101

Color Harmonies of #284234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284234

Black with #284234

Text Example


Text Example

White with #284234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284234; }

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

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

background-color css

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

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

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

border-color css

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

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

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