Html Css Color HEX #30493B English Holly

📋 copy color: '#30493B'

red 48 ◦ green 73 ◦ blue 59

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

Shades of English Holly #30493B

Tints of English Holly #30493B

RGB

 RED value IS 48 (19.14% from 255) = 26.67%

 GREEN value IS 73 (28.91% from 255) = 40.56%

 BLUE value IS 59 (23.44% from 255) = 32.78%

R = 26.67%
G = 40.56%
B = 32.78%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#30493B (or 0x30493B) is known color: English Holly. HEX triplet: 30, 49 and 3B. RGB value is (48,73,59). Sum of RGB (Red+Green+Blue) = 48+73+59=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 73 - color contains mainly: green. Hex color #30493B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30493B is #CFB6C4. Grayscale: #3F3F3F. Windows color (decimal): -13612741 or 3885360. OLE color: 3885360.

HSL color Cylindrical-coordinate representation of color #30493B: hue angle of 146.4º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #30493B is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 73 59 -
CMYK 0.34 0 0.19 0.71
HSL 146.4º 0.21% 0.24% -
HSV(B) 146.4º 0.34% 0.29% -
XYZ 4.39 5.71 5.01 -
YUV 63.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 48 73 59 0.34 0 0.19 0.71 146.4 0.21 0.24
Hex 30 49 3B 22 0 13 47 92 15 18
Octal 60 111 73 42 0 23 107 222 25 30
Binary 110000 1001001 111011 100010 0 10011 1000111 10010010 10101 11000

Color Harmonies of #30493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30493B

Black with #30493B

Text Example


Text Example

White with #30493B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30493B; }

 p { color: rgb(48,73,59); }

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

background-color css

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

 a { background-color: rgb(48,73,59); }

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

border-color css

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

 span { border-color: rgb(48,73,59); }

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