#30720A

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

Shades of Bilbao #30720A

Tints of Bilbao #30720A

Color information

#30720A (or 0x30720A) is unknown color: approx Bilbao. HEX triplet: 30, 72 and 0A. RGB value is (48,114,10). Sum of RGB (Red+Green+Blue) = 48+114+10=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 114 (44.92% from 255 or 66.28% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 114 - color contains mainly: green. Hex color #30720A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30720A is #CF8DF5. Grayscale: #525252. Windows color (decimal): -13602294 or 684592. OLE color: 684592.

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

Color convert

RGB4811410-
CMYK0.5800.910.55
HSL98.08º83.87%24.31%-
HSV(B)98.08º91.23%44.71%-
XYZ7.2912.682.35-
YUV82.4187.13103.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.91%
GREEN value IS 114 (44.92% from 255) = 66.28%
BLUE value IS 10 (4.30% from 255) = 5.81%
R=27.91%
G=66.28%
B=5.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48114100.5800.910.5598.0883.8724.31
Hex3072A3A05B37625418
Octal60162127201336714212430
Binary11000011100101010111010010110111101111100010101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30720A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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