#307123

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

Shades of Bilbao #307123

Tints of Bilbao #307123

Color information

#307123 (or 0x307123) is unknown color: approx Bilbao. HEX triplet: 30, 71 and 23. RGB value is (48,113,35). Sum of RGB (Red+Green+Blue) = 48+113+35=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 113 (44.53% from 255 or 57.65% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 113 - color contains mainly: green. Hex color #307123 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307123 is #CF8EDC. Grayscale: #545454. Windows color (decimal): -13602525 or 2322736. OLE color: 2322736.

HSL color Cylindrical-coordinate representation of color #307123: hue angle of 110º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #307123 is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB4811335-
CMYK0.5800.690.56
HSL110º52.7%29.02%-
HSV(B)110º69.03%44.31%-
XYZ7.4312.563.62-
YUV84.6799.97101.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 113 (44.53% from 255) = 57.65%
BLUE value IS 35 (14.06% from 255) = 17.86%
R=24.49%
G=57.65%
B=17.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48113350.5800.690.5611052.729.02
Hex3071233A045386e351d
Octal6016143720105701566535
Binary110000111000110001111101001000101111000110111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307123; }

 p { color: rgb(48,113,35); }

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

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

 a { background-color: rgb(48,113,35); }

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

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

 span { border-color: rgb(48,113,35); }

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