Html Css Color HEX #284435 English Holly

📋 copy color: '#284435'

red 40 ◦ green 68 ◦ blue 53

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

Shades of English Holly #284435

Tints of English Holly #284435

RGB

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

 GREEN value IS 68 (26.95% from 255) = 42.24%

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

R = 24.84%
G = 42.24%
B = 32.92%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.22

 K value IS 0.73

RGB Variations

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

Color information

#284435 (or 0x284435) is known color: English Holly. HEX triplet: 28, 44 and 35. RGB value is (40,68,53). Sum of RGB (Red+Green+Blue) = 40+68+53=161 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.84% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 68 - color contains mainly: green. Hex color #284435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284435 is #D7BBCA. Grayscale: #393939. Windows color (decimal): -14138315 or 3490856. OLE color: 3490856.

HSL color Cylindrical-coordinate representation of color #284435: hue angle of 147.86º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #284435 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.73.

Color convert

RGB 40 68 53 -
CMYK 0.41 0 0.22 0.73
HSL 147.86º 0.26% 0.21% -
HSV(B) 147.86º 0.41% 0.27% -
XYZ 3.58 4.84 4.11 -
YUV 57.92 125.22 115.22 -
System Red Green Blue C M Y K H S L
Decimal 40 68 53 0.41 0 0.22 0.73 147.86 0.26 0.21
Hex 28 44 35 29 0 16 49 94 1A 15
Octal 50 104 65 51 0 26 111 224 32 25
Binary 101000 1000100 110101 101001 0 10110 1001001 10010100 11010 10101

Color Harmonies of #284435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284435

Black with #284435

Text Example


Text Example

White with #284435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284435; }

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

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

background-color css

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

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

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

border-color css

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

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

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