#2D8A06

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

Shades of Bilbao #2D8A06

Tints of Bilbao #2D8A06

Color information

#2D8A06 (or 0x2D8A06) is unknown color: approx Bilbao. HEX triplet: 2D, 8A and 06. RGB value is (45,138,6). Sum of RGB (Red+Green+Blue) = 45+138+6=189 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.81% from 189); Green value is 138 (54.30% from 255 or 73.02% from 189); Blue value is 6 (2.73% from 255 or 3.17% from 189); Max value from RGB is 138 - color contains mainly: green. Hex color #2D8A06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D8A06 is #D275F9. Grayscale: #5F5F5F. Windows color (decimal): -13792762 or 428589. OLE color: 428589.

HSL color Cylindrical-coordinate representation of color #2D8A06: hue angle of 102.27º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D8A06 is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB451386-
CMYK0.6700.960.46
HSL102.27º91.67%28.24%-
HSV(B)102.27º95.65%54.12%-
XYZ10.218.753.25-
YUV95.1477.6992.23-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.81%
GREEN value IS 138 (54.30% from 255) = 73.02%
BLUE value IS 6 (2.73% from 255) = 3.17%
R=23.81%
G=73.02%
B=3.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4513860.6700.960.46102.2791.6728.24
Hex2D8A6430602E665c1c
Octal55212610301405614613434
Binary101101100010101101000011011000001011101100110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,138,6); }

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

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

 a { background-color: rgb(45,138,6); }

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

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

 span { border-color: rgb(45,138,6); }

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