#30483A

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

Shades of English Holly #30483A

Tints of English Holly #30483A

Color information

#30483A (or 0x30483A) is unknown color: approx 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

RGB487258-
CMYK0.3300.190.72
HSL145º20%23.53%-
HSV(B)145º33.33%28.24%-
XYZ4.35.574.85-
YUV63.23125.05117.14-

RGB Variations

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

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 (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4872580.3300.190.721452023.53
Hex30483A2101348911418
Octal6011072410231102212430
Binary11000010010001110101000010100111001000100100011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>