#306D21

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

Shades of Bilbao #306D21

Tints of Bilbao #306D21

Color information

#306D21 (or 0x306D21) is unknown color: approx Bilbao. HEX triplet: 30, 6D and 21. RGB value is (48,109,33). Sum of RGB (Red+Green+Blue) = 48+109+33=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 109 (42.97% from 255 or 57.37% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 109 - color contains mainly: green. Hex color #306D21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306D21 is #CF92DE. Grayscale: #525252. Windows color (decimal): -13603551 or 2190640. OLE color: 2190640.

HSL color Cylindrical-coordinate representation of color #306D21: hue angle of 108.16º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #306D21 is Cyan = 0.56, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.57.

Color convert

RGB4810933-
CMYK0.5600.700.57
HSL108.16º53.52%27.84%-
HSV(B)108.16º69.72%42.75%-
XYZ6.9611.683.33-
YUV82.1100.29103.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.26%
GREEN value IS 109 (42.97% from 255) = 57.37%
BLUE value IS 33 (13.28% from 255) = 17.37%
R=25.26%
G=57.37%
B=17.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48109330.5600.700.57108.1653.5227.84
Hex306D2138046396c361c
Octal6015541700106711546634
Binary110000110110110000111100001000110111001110110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306D21; }

 p { color: rgb(48,109,33); }

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

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

 a { background-color: rgb(48,109,33); }

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

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

 span { border-color: rgb(48,109,33); }

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