#2E6902

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

Shades of Bilbao #2E6902

Tints of Bilbao #2E6902

Color information

#2E6902 (or 0x2E6902) is unknown color: approx Bilbao. HEX triplet: 2E, 69 and 02. RGB value is (46,105,2). Sum of RGB (Red+Green+Blue) = 46+105+2=153 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.07% from 153); Green value is 105 (41.41% from 255 or 68.63% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 105 - color contains mainly: green. Hex color #2E6902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6902 is #D196FD. Grayscale: #4B4B4B. Windows color (decimal): -13735678 or 157998. OLE color: 157998.

HSL color Cylindrical-coordinate representation of color #2E6902: hue angle of 94.37º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E6902 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB461052-
CMYK0.5600.980.59
HSL94.37º96.26%20.98%-
HSV(B)94.37º98.1%41.18%-
XYZ6.1910.691.79-
YUV75.6286.45106.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.07%
GREEN value IS 105 (41.41% from 255) = 68.63%
BLUE value IS 2 (1.17% from 255) = 1.31%
R=30.07%
G=68.63%
B=1.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4610520.5600.980.5994.3796.2620.98
Hex2E692380623B5e6015
Octal5615127001427313614025
Binary101110110100110111000011000101110111011110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,105,2); }

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

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

 a { background-color: rgb(46,105,2); }

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

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

 span { border-color: rgb(46,105,2); }

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