#307E14

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

Shades of Bilbao #307E14

Tints of Bilbao #307E14

Color information

#307E14 (or 0x307E14) is unknown color: approx Bilbao. HEX triplet: 30, 7E and 14. RGB value is (48,126,20). Sum of RGB (Red+Green+Blue) = 48+126+20=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 126 (49.61% from 255 or 64.95% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 126 - color contains mainly: green. Hex color #307E14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307E14 is #CF81EB. Grayscale: #5A5A5A. Windows color (decimal): -13599212 or 1343024. OLE color: 1343024.

HSL color Cylindrical-coordinate representation of color #307E14: hue angle of 104.15º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #307E14 is Cyan = 0.62, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB4812620-
CMYK0.6200.840.51
HSL104.15º72.6%28.63%-
HSV(B)104.15º84.13%49.41%-
XYZ8.8115.63.21-
YUV90.5988.1697.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.74%
GREEN value IS 126 (49.61% from 255) = 64.95%
BLUE value IS 20 (8.20% from 255) = 10.31%
R=24.74%
G=64.95%
B=10.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48126200.6200.840.51104.1572.628.63
Hex307E143E0543368491d
Octal60176247601246315011135
Binary110000111111010100111110010101001100111101000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307E14; }

 p { color: rgb(48,126,20); }

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

<style>
 a { background-color: #307E14; }

 a { background-color: rgb(48,126,20); }

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

<style>
 span { border-color: #307E14; }

 span { border-color: rgb(48,126,20); }

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