#30770E

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

Shades of Bilbao #30770E

Tints of Bilbao #30770E

Color information

#30770E (or 0x30770E) is unknown color: approx Bilbao. HEX triplet: 30, 77 and 0E. RGB value is (48,119,14). Sum of RGB (Red+Green+Blue) = 48+119+14=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 119 (46.88% from 255 or 65.75% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 119 - color contains mainly: green. Hex color #30770E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30770E is #CF88F1. Grayscale: #565656. Windows color (decimal): -13601010 or 948016. OLE color: 948016.

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

Color convert

RGB4811914-
CMYK0.6000.880.53
HSL100.57º78.95%26.08%-
HSV(B)100.57º88.24%46.67%-
XYZ7.913.852.67-
YUV85.887.48101.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.52%
GREEN value IS 119 (46.88% from 255) = 65.75%
BLUE value IS 14 (5.86% from 255) = 7.73%
R=26.52%
G=65.75%
B=7.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48119140.6000.880.53100.5778.9526.08
Hex3077E3C05835654f1a
Octal60167167401306514511732
Binary11000011101111110111100010110001101011100101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30770E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,119,14); }

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

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

 a { background-color: rgb(48,119,14); }

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

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

 span { border-color: rgb(48,119,14); }

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