#30630F

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

Shades of Bilbao #30630F

Tints of Bilbao #30630F

Color information

#30630F (or 0x30630F) is unknown color: approx Bilbao. HEX triplet: 30, 63 and 0F. RGB value is (48,99,15). Sum of RGB (Red+Green+Blue) = 48+99+15=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 99 (39.06% from 255 or 61.11% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 99 - color contains mainly: green. Hex color #30630F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30630F is #CF9CF0. Grayscale: #4A4A4A. Windows color (decimal): -13606129 or 1008432. OLE color: 1008432.

HSL color Cylindrical-coordinate representation of color #30630F: hue angle of 96.43º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30630F is Cyan = 0.52, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB489915-
CMYK0.5200.850.61
HSL96.43º73.68%22.35%-
HSV(B)96.43º84.85%38.82%-
XYZ5.779.592-
YUV74.1894.6109.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.63%
GREEN value IS 99 (39.06% from 255) = 61.11%
BLUE value IS 15 (6.25% from 255) = 9.26%
R=29.63%
G=61.11%
B=9.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4899150.5200.850.6196.4373.6822.35
Hex3063F340553D604a16
Octal60143176401257514011226
Binary11000011000111111110100010101011111011100000100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30630F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30630F; }

 p { color: rgb(48,99,15); }

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

<style>
 a { background-color: #30630F; }

 a { background-color: rgb(48,99,15); }

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

<style>
 span { border-color: #30630F; }

 span { border-color: rgb(48,99,15); }

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