Html Css Color HEX #284132 English Holly

📋 copy color: '#284132'

red 40 ◦ green 65 ◦ blue 50

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

Shades of English Holly #284132

Tints of English Holly #284132

RGB

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

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

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

R = 25.81%
G = 41.94%
B = 32.26%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#284132 (or 0x284132) is known color: English Holly. HEX triplet: 28, 41 and 32. RGB value is (40,65,50). Sum of RGB (Red+Green+Blue) = 40+65+50=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 65 - color contains mainly: green. Hex color #284132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284132 is #D7BECD. Grayscale: #373737. Windows color (decimal): -14139086 or 3293480. OLE color: 3293480.

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

Color convert

RGB 40 65 50 -
CMYK 0.38 0 0.23 0.75
HSL 144º 0.24% 0.21% -
HSV(B) 144º 0.38% 0.25% -
XYZ 3.34 4.46 3.7 -
YUV 55.82 124.72 116.72 -
System Red Green Blue C M Y K H S L
Decimal 40 65 50 0.38 0 0.23 0.75 144 0.24 0.21
Hex 28 41 32 26 0 17 4B 90 18 15
Octal 50 101 62 46 0 27 113 220 30 25
Binary 101000 1000001 110010 100110 0 10111 1001011 10010000 11000 10101

Color Harmonies of #284132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284132

Black with #284132

Text Example


Text Example

White with #284132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284132; }

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

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

background-color css

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

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

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

border-color css

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

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

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