#308C0D

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

Shades of Bilbao #308C0D

Tints of Bilbao #308C0D

Color information

#308C0D (or 0x308C0D) is unknown color: approx Bilbao. HEX triplet: 30, 8C and 0D. RGB value is (48,140,13). Sum of RGB (Red+Green+Blue) = 48+140+13=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 140 (55.08% from 255 or 69.65% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 140 - color contains mainly: green. Hex color #308C0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308C0D is #CF73F2. Grayscale: #626262. Windows color (decimal): -13595635 or 887856. OLE color: 887856.

HSL color Cylindrical-coordinate representation of color #308C0D: hue angle of 103.46º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #308C0D is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB4814013-
CMYK0.6600.910.45
HSL103.46º83.01%30%-
HSV(B)103.46º90.71%54.9%-
XYZ10.6719.413.57-
YUV98.0180.0292.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.88%
GREEN value IS 140 (55.08% from 255) = 69.65%
BLUE value IS 13 (5.47% from 255) = 6.47%
R=23.88%
G=69.65%
B=6.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48140130.6600.910.45103.4683.0130
Hex308CD4205B2D67531e
Octal602141510201335514712336
Binary1100001000110011011000010010110111011011100111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308C0D; }

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

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

<style>
 a { background-color: #308C0D; }

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

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

<style>
 span { border-color: #308C0D; }

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

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