#308126

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

Shades of Bilbao #308126

Tints of Bilbao #308126

Color information

#308126 (or 0x308126) is unknown color: approx Bilbao. HEX triplet: 30, 81 and 26. RGB value is (48,129,38). Sum of RGB (Red+Green+Blue) = 48+129+38=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 129 (50.78% from 255 or 60% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 129 - color contains mainly: green. Hex color #308126 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308126 is #CF7ED9. Grayscale: #5E5E5E. Windows color (decimal): -13598426 or 2523440. OLE color: 2523440.

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

Color convert

RGB4812938-
CMYK0.6300.710.49
HSL113.41º54.49%32.75%-
HSV(B)113.41º70.54%50.59%-
XYZ9.4216.474.52-
YUV94.4196.1694.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.33%
GREEN value IS 129 (50.78% from 255) = 60%
BLUE value IS 38 (15.23% from 255) = 17.67%
R=22.33%
G=60%
B=17.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48129380.6300.710.49113.4154.4932.75
Hex3081263F04731713621
Octal6020146770107611616641
Binary11000010000001100110111111010001111100011110001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308126; }

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

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

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

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

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

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

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

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