Html Css Color HEX #30463A English Holly

📋 copy color: '#30463A'

red 48 ◦ green 70 ◦ blue 58

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

Shades of English Holly #30463A

Tints of English Holly #30463A

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 value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#30463A (or 0x30463A) is known color: 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

RGB 48 70 58 -
CMYK 0.31 0 0.17 0.73
HSL 147.27º 0.19% 0.23% -
HSV(B) 147.27º 0.31% 0.27% -
XYZ 4.17 5.31 4.81 -
YUV 62.05 125.71 117.98 -
System Red Green Blue C M Y K H S L
Decimal 48 70 58 0.31 0 0.17 0.73 147.27 0.19 0.23
Hex 30 46 3A 1F 0 11 49 93 13 17
Octal 60 106 72 37 0 21 111 223 23 27
Binary 110000 1000110 111010 11111 0 10001 1001001 10010011 10011 10111

Color Harmonies of #30463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30463A

Black with #30463A

Text Example


Text Example

White with #30463A

Text Example


Text Example

HTML Codes & Css Web 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>