#30721C

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

Shades of Bilbao #30721C

Tints of Bilbao #30721C

Color information

#30721C (or 0x30721C) is unknown color: approx Bilbao. HEX triplet: 30, 72 and 1C. RGB value is (48,114,28). Sum of RGB (Red+Green+Blue) = 48+114+28=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 114 (44.92% from 255 or 60% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 114 - color contains mainly: green. Hex color #30721C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30721C is #CF8DE3. Grayscale: #545454. Windows color (decimal): -13602276 or 1864240. OLE color: 1864240.

HSL color Cylindrical-coordinate representation of color #30721C: hue angle of 106.05º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30721C is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB4811428-
CMYK0.5800.750.55
HSL106.05º60.56%27.84%-
HSV(B)106.05º75.44%44.71%-
XYZ7.4512.753.17-
YUV84.4696.13101.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.26%
GREEN value IS 114 (44.92% from 255) = 60%
BLUE value IS 28 (11.33% from 255) = 14.74%
R=25.26%
G=60%
B=14.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48114280.5800.750.55106.0560.5627.84
Hex30721C3A04B376a3d1c
Octal6016234720113671527534
Binary11000011100101110011101001001011110111110101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30721C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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