#307202

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

Shades of Bilbao #307202

Tints of Bilbao #307202

Color information

#307202 (or 0x307202) is unknown color: approx Bilbao. HEX triplet: 30, 72 and 02. RGB value is (48,114,2). Sum of RGB (Red+Green+Blue) = 48+114+2=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 114 (44.92% from 255 or 69.51% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 114 - color contains mainly: green. Hex color #307202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307202 is #CF8DFD. Grayscale: #515151. Windows color (decimal): -13602302 or 160304. OLE color: 160304.

HSL color Cylindrical-coordinate representation of color #307202: hue angle of 95.36º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #307202 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB481142-
CMYK0.5800.980.55
HSL95.36º96.55%22.75%-
HSV(B)95.36º98.25%44.71%-
XYZ7.2512.672.12-
YUV81.583.13104.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.27%
GREEN value IS 114 (44.92% from 255) = 69.51%
BLUE value IS 2 (1.17% from 255) = 1.22%
R=29.27%
G=69.51%
B=1.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4811420.5800.980.5595.3696.5522.75
Hex307223A062375f6117
Octal6016227201426713714127
Binary110000111001010111010011000101101111011111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307202; }

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

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

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

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

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

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

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

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