#2A770E

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

Shades of Bilbao #2A770E

Tints of Bilbao #2A770E

Color information

#2A770E (or 0x2A770E) is unknown color: approx Bilbao. HEX triplet: 2A, 77 and 0E. RGB value is (42,119,14). Sum of RGB (Red+Green+Blue) = 42+119+14=175 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24% from 175); Green value is 119 (46.88% from 255 or 68% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 119 - color contains mainly: green. Hex color #2A770E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A770E is #D588F1. Grayscale: #545454. Windows color (decimal): -13994226 or 948010. OLE color: 948010.

HSL color Cylindrical-coordinate representation of color #2A770E: hue angle of 104º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A770E is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB4211914-
CMYK0.6500.880.53
HSL104º78.95%26.08%-
HSV(B)104º88.24%46.67%-
XYZ7.6313.722.66-
YUV84.0188.4998.04-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24%
GREEN value IS 119 (46.88% from 255) = 68%
BLUE value IS 14 (5.86% from 255) = 8%
R=24%
G=68%
B=8%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42119140.6500.880.5310478.9526.08
Hex2A77E4105835684f1a
Octal521671610101306515011732
Binary101010111011111101000001010110001101011101000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A770E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,119,14); }

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

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

 a { background-color: rgb(42,119,14); }

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

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

 span { border-color: rgb(42,119,14); }

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