#30720D

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

Shades of Bilbao #30720D

Tints of Bilbao #30720D

Color information

#30720D (or 0x30720D) is unknown color: approx Bilbao. HEX triplet: 30, 72 and 0D. RGB value is (48,114,13). Sum of RGB (Red+Green+Blue) = 48+114+13=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 114 (44.92% from 255 or 65.14% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 114 - color contains mainly: green. Hex color #30720D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30720D is #CF8DF2. Grayscale: #535353. Windows color (decimal): -13602291 or 881200. OLE color: 881200.

HSL color Cylindrical-coordinate representation of color #30720D: hue angle of 99.21º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #30720D is Cyan = 0.58, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB4811413-
CMYK0.5800.890.55
HSL99.21º79.53%24.9%-
HSV(B)99.21º88.6%44.71%-
XYZ7.3112.692.45-
YUV82.7588.63103.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.43%
GREEN value IS 114 (44.92% from 255) = 65.14%
BLUE value IS 13 (5.47% from 255) = 7.43%
R=27.43%
G=65.14%
B=7.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48114130.5800.890.5599.2179.5324.9
Hex3072D3A05937635019
Octal60162157201316714312031
Binary11000011100101101111010010110011101111100011101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30720D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30720D; }

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

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

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

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

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

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

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

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