#30890A

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

Shades of Bilbao #30890A

Tints of Bilbao #30890A

Color information

#30890A (or 0x30890A) is unknown color: approx Bilbao. HEX triplet: 30, 89 and 0A. RGB value is (48,137,10). Sum of RGB (Red+Green+Blue) = 48+137+10=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 137 (53.91% from 255 or 70.26% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 137 - color contains mainly: green. Hex color #30890A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30890A is #CF76F5. Grayscale: #606060. Windows color (decimal): -13596406 or 690480. OLE color: 690480.

HSL color Cylindrical-coordinate representation of color #30890A: hue angle of 102.05º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #30890A is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB4813710-
CMYK0.6500.930.46
HSL102.05º86.39%28.82%-
HSV(B)102.05º92.7%53.73%-
XYZ10.2218.543.33-
YUV95.9179.5193.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.62%
GREEN value IS 137 (53.91% from 255) = 70.26%
BLUE value IS 10 (4.30% from 255) = 5.13%
R=24.62%
G=70.26%
B=5.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48137100.6500.930.46102.0586.3928.82
Hex3089A4105D2E66561d
Octal602111210101355614612635
Binary1100001000100110101000001010111011011101100110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30890A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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