#308127

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

Shades of Bilbao #308127

Tints of Bilbao #308127

Color information

#308127 (or 0x308127) is unknown color: approx Bilbao. HEX triplet: 30, 81 and 27. RGB value is (48,129,39). Sum of RGB (Red+Green+Blue) = 48+129+39=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 129 (50.78% from 255 or 59.72% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 129 - color contains mainly: green. Hex color #308127 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308127 is #CF7ED8. Grayscale: #5E5E5E. Windows color (decimal): -13598425 or 2588976. OLE color: 2588976.

HSL color Cylindrical-coordinate representation of color #308127: hue angle of 114º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #308127 is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB4812939-
CMYK0.6300.700.49
HSL114º53.57%32.94%-
HSV(B)114º69.77%50.59%-
XYZ9.4416.484.6-
YUV94.5296.6694.82-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.22%
GREEN value IS 129 (50.78% from 255) = 59.72%
BLUE value IS 39 (15.62% from 255) = 18.06%
R=22.22%
G=59.72%
B=18.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48129390.6300.700.4911453.5732.94
Hex3081273F04631723621
Octal6020147770106611626641
Binary11000010000001100111111111010001101100011110010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308127; }

 p { color: rgb(48,129,39); }

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

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

 a { background-color: rgb(48,129,39); }

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

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

 span { border-color: rgb(48,129,39); }

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