#283E30

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

Shades of English Holly #283E30

Tints of English Holly #283E30

Color information

#283E30 (or 0x283E30) is unknown color: approx English Holly. HEX triplet: 28, 3E and 30. RGB value is (40,62,48). Sum of RGB (Red+Green+Blue) = 40+62+48=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 62 (24.61% from 255 or 41.33% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 62 - color contains mainly: green. Hex color #283E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283E30 is #D7C1CF. Grayscale: #353535. Windows color (decimal): -14139856 or 3161640. OLE color: 3161640.

HSL color Cylindrical-coordinate representation of color #283E30: hue angle of 141.82º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #283E30 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.

Color convert

RGB406248-
CMYK0.3500.230.76
HSL141.82º21.57%20%-
HSV(B)141.82º35.48%24.31%-
XYZ3.134.113.42-
YUV53.83124.71118.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.67%
GREEN value IS 62 (24.61% from 255) = 41.33%
BLUE value IS 48 (19.14% from 255) = 32%
R=26.67%
G=41.33%
B=32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4062480.3500.230.76141.8221.5720
Hex283E30230174C8e1614
Octal507660430271142162624
Binary1010001111101100001000110101111001100100011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283E30; }

 p { color: rgb(40,62,48); }

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

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

 a { background-color: rgb(40,62,48); }

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

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

 span { border-color: rgb(40,62,48); }

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