#2A7700

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

Shades of Bilbao #2A7700

Tints of Bilbao #2A7700

Color information

#2A7700 (or 0x2A7700) is unknown color: approx Bilbao. HEX triplet: 2A, 77 and 00. RGB value is (42,119,0). Sum of RGB (Red+Green+Blue) = 42+119+0=161 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.09% from 161); Green value is 119 (46.88% from 255 or 73.91% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 119 - color contains mainly: green. Hex color #2A7700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7700 is #D588FF. Grayscale: #525252. Windows color (decimal): -13994240 or 30506. OLE color: 30506.

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

Color convert

RGB421190-
CMYK0.65010.53
HSL98.82º100%23.33%-
HSV(B)98.82º100%46.67%-
XYZ7.5513.692.24-
YUV82.4181.4999.18-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.09%
GREEN value IS 119 (46.88% from 255) = 73.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=26.09%
G=73.91%
B=0%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4211900.65010.5398.8210023.33
Hex2A7704106435636417
Octal52167010101446514314427
Binary101010111011101000001011001001101011100011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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