#30463A

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

Shades of English Holly #30463A

Tints of English Holly #30463A

Color information

#30463A (or 0x30463A) is unknown color: approx English Holly. HEX triplet: 30, 46 and 3A. RGB value is (48,70,58). Sum of RGB (Red+Green+Blue) = 48+70+58=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 70 - color contains mainly: green. Hex color #30463A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30463A is #CFB9C5. Grayscale: #3E3E3E. Windows color (decimal): -13613510 or 3819056. OLE color: 3819056.

HSL color Cylindrical-coordinate representation of color #30463A: hue angle of 147.27º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #30463A is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB487058-
CMYK0.3100.170.73
HSL147.27º18.64%23.14%-
HSV(B)147.27º31.43%27.45%-
XYZ4.175.314.81-
YUV62.05125.71117.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.27%
GREEN value IS 70 (27.73% from 255) = 39.77%
BLUE value IS 58 (23.05% from 255) = 32.95%
R=27.27%
G=39.77%
B=32.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4870580.3100.170.73147.2718.6423.14
Hex30463A1F01149931317
Octal6010672370211112232327
Binary1100001000110111010111110100011001001100100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30463A; }

 p { color: rgb(48,70,58); }

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

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

 a { background-color: rgb(48,70,58); }

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

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

 span { border-color: rgb(48,70,58); }

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