#2A690F

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

Shades of Bilbao #2A690F

Tints of Bilbao #2A690F

Color information

#2A690F (or 0x2A690F) is unknown color: approx Bilbao. HEX triplet: 2A, 69 and 0F. RGB value is (42,105,15). Sum of RGB (Red+Green+Blue) = 42+105+15=162 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.93% from 162); Green value is 105 (41.41% from 255 or 64.81% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 105 - color contains mainly: green. Hex color #2A690F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A690F is #D596F0. Grayscale: #4C4C4C. Windows color (decimal): -13997809 or 1009962. OLE color: 1009962.

HSL color Cylindrical-coordinate representation of color #2A690F: hue angle of 102º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A690F is Cyan = 0.6, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB4210515-
CMYK0.600.860.59
HSL102º75%23.53%-
HSV(B)102º85.71%41.18%-
XYZ6.0910.632.18-
YUV75.993.63103.82-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.93%
GREEN value IS 105 (41.41% from 255) = 64.81%
BLUE value IS 15 (6.25% from 255) = 9.26%
R=25.93%
G=64.81%
B=9.26%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal42105150.600.860.591027523.53
Hex2A69F3C0563B664b18
Octal52151177401267314611330
Binary10101011010011111111100010101101110111100110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A690F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A690F; }

 p { color: rgb(42,105,15); }

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

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

 a { background-color: rgb(42,105,15); }

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

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

 span { border-color: rgb(42,105,15); }

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