#30781E

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

Shades of Bilbao #30781E

Tints of Bilbao #30781E

Color information

#30781E (or 0x30781E) is unknown color: approx Bilbao. HEX triplet: 30, 78 and 1E. RGB value is (48,120,30). Sum of RGB (Red+Green+Blue) = 48+120+30=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 120 (47.27% from 255 or 60.61% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 120 - color contains mainly: green. Hex color #30781E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30781E is #CF87E1. Grayscale: #585858. Windows color (decimal): -13600738 or 1996848. OLE color: 1996848.

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

Color convert

RGB4812030-
CMYK0.6000.750.53
HSL108º60%29.41%-
HSV(B)108º75%47.06%-
XYZ8.1714.163.53-
YUV88.2195.1599.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.24%
GREEN value IS 120 (47.27% from 255) = 60.61%
BLUE value IS 30 (12.11% from 255) = 15.15%
R=24.24%
G=60.61%
B=15.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48120300.6000.750.531086029.41
Hex30781E3C04B356c3c1d
Octal6017036740113651547435
Binary11000011110001111011110001001011110101110110011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30781E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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