Html Css Color HEX #30483A English Holly

📋 copy color: '#30483A'

red 48 ◦ green 72 ◦ blue 58

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

Shades of English Holly #30483A

Tints of English Holly #30483A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.45%

 BLUE value IS 58 (23.05% from 255) = 32.58%

R = 26.97%
G = 40.45%
B = 32.58%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#30483A (or 0x30483A) is known color: English Holly. HEX triplet: 30, 48 and 3A. RGB value is (48,72,58). Sum of RGB (Red+Green+Blue) = 48+72+58=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 72 - color contains mainly: green. Hex color #30483A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30483A is #CFB7C5. Grayscale: #3F3F3F. Windows color (decimal): -13612998 or 3819568. OLE color: 3819568.

HSL color Cylindrical-coordinate representation of color #30483A: hue angle of 145º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #30483A is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 72 58 -
CMYK 0.33 0 0.19 0.72
HSL 145º 0.2% 0.24% -
HSV(B) 145º 0.33% 0.28% -
XYZ 4.3 5.57 4.85 -
YUV 63.23 125.05 117.14 -
System Red Green Blue C M Y K H S L
Decimal 48 72 58 0.33 0 0.19 0.72 145 0.2 0.24
Hex 30 48 3A 21 0 13 48 91 14 18
Octal 60 110 72 41 0 23 110 221 24 30
Binary 110000 1001000 111010 100001 0 10011 1001000 10010001 10100 11000

Color Harmonies of #30483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30483A

Black with #30483A

Text Example


Text Example

White with #30483A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30483A;
 }
 .AnyTagClassName
 {
   color: #30483A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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