#284135

Color #284135 English Holly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of English Holly #284135

Tints of English Holly #284135

Color information

#284135 (or 0x284135) is unknown color: approx English Holly. HEX triplet: 28, 41 and 35. RGB value is (40,65,53). Sum of RGB (Red+Green+Blue) = 40+65+53=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 65 - color contains mainly: green. Hex color #284135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284135 is #D7BECA. Grayscale: #383838. Windows color (decimal): -14139083 or 3490088. OLE color: 3490088.

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

Color convert

RGB406553-
CMYK0.3800.180.75
HSL151.2º23.81%20.59%-
HSV(B)151.2º38.46%25.49%-
XYZ3.414.494.05-
YUV56.16126.22116.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.32%
GREEN value IS 65 (25.78% from 255) = 41.14%
BLUE value IS 53 (21.09% from 255) = 33.54%
R=25.32%
G=41.14%
B=33.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4065530.3800.180.75151.223.8120.59
Hex284135260124B971815
Octal5010165460221132273025
Binary10100010000011101011001100100101001011100101111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284135; }

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

 H1.HeaderClassName
 {
   color: #284135;
 }
 .AnyTagClassName
 {
   color: #284135;
 }
</style>
background-color css

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

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

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

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

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

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