Html Css Color HEX #284233 English Holly

📋 copy color: '#284233'

red 40 ◦ green 66 ◦ blue 51

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

Shades of English Holly #284233

Tints of English Holly #284233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 32.48%

R = 25.48%
G = 42.04%
B = 32.48%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.23

 K value IS 0.74

RGB Variations

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

Color information

#284233 (or 0x284233) is known color: English Holly. HEX triplet: 28, 42 and 33. RGB value is (40,66,51). Sum of RGB (Red+Green+Blue) = 40+66+51=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 51 (20.31% from 255 or 32.48% from 157); Max value from RGB is 66 - color contains mainly: green. Hex color #284233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284233 is #D7BDCC. Grayscale: #383838. Windows color (decimal): -14138829 or 3359272. OLE color: 3359272.

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

Color convert

RGB 40 66 51 -
CMYK 0.39 0 0.23 0.74
HSL 145.38º 0.25% 0.21% -
HSV(B) 145.38º 0.39% 0.26% -
XYZ 3.42 4.59 3.84 -
YUV 56.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 40 66 51 0.39 0 0.23 0.74 145.38 0.25 0.21
Hex 28 42 33 27 0 17 4A 91 19 15
Octal 50 102 63 47 0 27 112 221 31 25
Binary 101000 1000010 110011 100111 0 10111 1001010 10010001 11001 10101

Color Harmonies of #284233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284233

Black with #284233

Text Example


Text Example

White with #284233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284233; }

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

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

background-color css

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

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

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

border-color css

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

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

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