#30741F

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

Shades of Bilbao #30741F

Tints of Bilbao #30741F

Color information

#30741F (or 0x30741F) is unknown color: approx Bilbao. HEX triplet: 30, 74 and 1F. RGB value is (48,116,31). Sum of RGB (Red+Green+Blue) = 48+116+31=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 116 (45.70% from 255 or 59.49% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 116 - color contains mainly: green. Hex color #30741F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30741F is #CF8BE0. Grayscale: #565656. Windows color (decimal): -13601761 or 2061360. OLE color: 2061360.

HSL color Cylindrical-coordinate representation of color #30741F: hue angle of 108º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30741F is Cyan = 0.59, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB4811631-
CMYK0.5900.730.55
HSL108º57.82%28.82%-
HSV(B)108º73.28%45.49%-
XYZ7.7113.223.44-
YUV85.9896.97100.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.62%
GREEN value IS 116 (45.70% from 255) = 59.49%
BLUE value IS 31 (12.5% from 255) = 15.90%
R=24.62%
G=59.49%
B=15.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48116310.5900.730.5510857.8228.82
Hex30741F3B049376c3a1d
Octal6016437730111671547235
Binary11000011101001111111101101001001110111110110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30741F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30741F; }

 p { color: rgb(48,116,31); }

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

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

 a { background-color: rgb(48,116,31); }

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

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

 span { border-color: rgb(48,116,31); }

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