#30781B

Color #30781B Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #30781B

Tints of Bilbao #30781B

Color information

#30781B (or 0x30781B) is unknown color: approx Bilbao. HEX triplet: 30, 78 and 1B. RGB value is (48,120,27). Sum of RGB (Red+Green+Blue) = 48+120+27=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 120 (47.27% from 255 or 61.54% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 120 - color contains mainly: green. Hex color #30781B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30781B is #CF87E4. Grayscale: #585858. Windows color (decimal): -13600741 or 1800240. OLE color: 1800240.

HSL color Cylindrical-coordinate representation of color #30781B: hue angle of 106.45º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30781B is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB4812027-
CMYK0.6000.780.53
HSL106.45º63.27%28.82%-
HSV(B)106.45º77.5%47.06%-
XYZ8.1314.143.34-
YUV87.8793.6599.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.62%
GREEN value IS 120 (47.27% from 255) = 61.54%
BLUE value IS 27 (10.94% from 255) = 13.85%
R=24.62%
G=61.54%
B=13.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48120270.6000.780.53106.4563.2728.82
Hex30781B3C04E356a3f1d
Octal6017033740116651527735
Binary11000011110001101111110001001110110101110101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30781B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,120,27); }

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

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

 a { background-color: rgb(48,120,27); }

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

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

 span { border-color: rgb(48,120,27); }

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