#2e8c00

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

Shades of Bilbao #2E8C00

Tints of Bilbao #2E8C00

Color information

#2E8C00 (or 0x2E8C00) is unknown color: approx Bilbao. HEX triplet: 2E, 8C and 00. RGB value is (46,140,0). Sum of RGB (Red+Green+Blue) = 46+140+0=186 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.73% from 186); Green value is 140 (55.08% from 255 or 75.27% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 140 - color contains mainly: green. Hex color #2E8C00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E8C00 is #D173FF. Grayscale: #606060. Windows color (decimal): -13726720 or 35886. OLE color: 35886.

HSL color Cylindrical-coordinate representation of color #2E8C00: hue angle of 100.29º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E8C00 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB461400-
CMYK0.67010.45
HSL100.29º100%27.45%-
HSV(B)100.29º100%54.9%-
XYZ10.519.343.18-
YUV95.9373.8692.38-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.73%
GREEN value IS 140 (55.08% from 255) = 75.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=24.73%
G=75.27%
B=0%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4614000.67010.45100.2910027.45
Hex2E8C0430642D64641b
Octal56214010301445514414433
Binary1011101000110001000011011001001011011100100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e8c00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,140,0); }

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

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

 a { background-color: rgb(46,140,0); }

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

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

 span { border-color: rgb(46,140,0); }

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