#307215

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

Shades of Bilbao #307215

Tints of Bilbao #307215

Color information

#307215 (or 0x307215) is unknown color: approx Bilbao. HEX triplet: 30, 72 and 15. RGB value is (48,114,21). Sum of RGB (Red+Green+Blue) = 48+114+21=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 114 (44.92% from 255 or 62.30% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 114 - color contains mainly: green. Hex color #307215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307215 is #CF8DEA. Grayscale: #535353. Windows color (decimal): -13602283 or 1405488. OLE color: 1405488.

HSL color Cylindrical-coordinate representation of color #307215: hue angle of 102.58º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #307215 is Cyan = 0.58, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB4811421-
CMYK0.5800.820.55
HSL102.58º68.89%26.47%-
HSV(B)102.58º81.58%44.71%-
XYZ7.3712.722.78-
YUV83.6692.63102.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.23%
GREEN value IS 114 (44.92% from 255) = 62.30%
BLUE value IS 21 (8.59% from 255) = 11.48%
R=26.23%
G=62.30%
B=11.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48114210.5800.820.55102.5868.8926.47
Hex3072153A0523767451a
Octal60162257201226714710532
Binary110000111001010101111010010100101101111100111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307215; }

 p { color: rgb(48,114,21); }

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

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

 a { background-color: rgb(48,114,21); }

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

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

 span { border-color: rgb(48,114,21); }

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