#30880C

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

Shades of Bilbao #30880C

Tints of Bilbao #30880C

Color information

#30880C (or 0x30880C) is unknown color: approx Bilbao. HEX triplet: 30, 88 and 0C. RGB value is (48,136,12). Sum of RGB (Red+Green+Blue) = 48+136+12=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 136 (53.52% from 255 or 69.39% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 136 - color contains mainly: green. Hex color #30880C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30880C is #CF77F3. Grayscale: #5F5F5F. Windows color (decimal): -13596660 or 821296. OLE color: 821296.

HSL color Cylindrical-coordinate representation of color #30880C: hue angle of 102.58º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #30880C is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB4813612-
CMYK0.6500.910.47
HSL102.58º83.78%29.02%-
HSV(B)102.58º91.18%53.33%-
XYZ10.0918.263.34-
YUV95.5580.8594.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 136 (53.52% from 255) = 69.39%
BLUE value IS 12 (5.08% from 255) = 6.12%
R=24.49%
G=69.39%
B=6.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48136120.6500.910.47102.5883.7829.02
Hex3088C4105B2F67541d
Octal602101410101335714712435
Binary1100001000100011001000001010110111011111100111101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30880C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30880C; }

 p { color: rgb(48,136,12); }

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

<style>
 a { background-color: #30880C; }

 a { background-color: rgb(48,136,12); }

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

<style>
 span { border-color: #30880C; }

 span { border-color: rgb(48,136,12); }

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