#30721A

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

Shades of Bilbao #30721A

Tints of Bilbao #30721A

Color information

#30721A (or 0x30721A) is unknown color: approx Bilbao. HEX triplet: 30, 72 and 1A. RGB value is (48,114,26). Sum of RGB (Red+Green+Blue) = 48+114+26=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 114 (44.92% from 255 or 60.64% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 114 - color contains mainly: green. Hex color #30721A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30721A is #CF8DE5. Grayscale: #545454. Windows color (decimal): -13602278 or 1733168. OLE color: 1733168.

HSL color Cylindrical-coordinate representation of color #30721A: hue angle of 105º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30721A is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB4811426-
CMYK0.5800.770.55
HSL105º62.86%27.45%-
HSV(B)105º77.19%44.71%-
XYZ7.4212.743.04-
YUV84.2395.13102.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.53%
GREEN value IS 114 (44.92% from 255) = 60.64%
BLUE value IS 26 (10.55% from 255) = 13.83%
R=25.53%
G=60.64%
B=13.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48114260.5800.770.5510562.8627.45
Hex30721A3A04D37693f1b
Octal6016232720115671517733
Binary11000011100101101011101001001101110111110100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30721A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30721A; }

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

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

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

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

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

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

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

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