#2A7B01

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

Shades of Bilbao #2A7B01

Tints of Bilbao #2A7B01

Color information

#2A7B01 (or 0x2A7B01) is unknown color: approx Bilbao. HEX triplet: 2A, 7B and 01. RGB value is (42,123,1). Sum of RGB (Red+Green+Blue) = 42+123+1=166 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.30% from 166); Green value is 123 (48.44% from 255 or 74.10% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 123 - color contains mainly: green. Hex color #2A7B01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7B01 is #D584FE. Grayscale: #555555. Windows color (decimal): -13993215 or 97066. OLE color: 97066.

HSL color Cylindrical-coordinate representation of color #2A7B01: hue angle of 99.84º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A7B01 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB421231-
CMYK0.6600.990.52
HSL99.84º98.39%24.31%-
HSV(B)99.84º99.19%48.24%-
XYZ8.0414.662.43-
YUV84.8780.6697.42-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.30%
GREEN value IS 123 (48.44% from 255) = 74.10%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=25.30%
G=74.10%
B=0.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4212310.6600.990.5299.8498.3924.31
Hex2A7B14206334646218
Octal52173110201436414414230
Binary101010111101111000010011000111101001100100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,123,1); }

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

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

 a { background-color: rgb(42,123,1); }

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

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

 span { border-color: rgb(42,123,1); }

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