#2B6902

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

Shades of Bilbao #2B6902

Tints of Bilbao #2B6902

Color information

#2B6902 (or 0x2B6902) is unknown color: approx Bilbao. HEX triplet: 2B, 69 and 02. RGB value is (43,105,2). Sum of RGB (Red+Green+Blue) = 43+105+2=150 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.67% from 150); Green value is 105 (41.41% from 255 or 70% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 105 - color contains mainly: green. Hex color #2B6902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6902 is #D496FD. Grayscale: #4B4B4B. Windows color (decimal): -13932286 or 157995. OLE color: 157995.

HSL color Cylindrical-coordinate representation of color #2B6902: hue angle of 96.12º 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 #2B6902 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB431052-
CMYK0.5900.980.59
HSL96.12º96.26%20.98%-
HSV(B)96.12º98.1%41.18%-
XYZ6.0610.621.79-
YUV74.7286.96105.38-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 28.67%
GREEN value IS 105 (41.41% from 255) = 70%
BLUE value IS 2 (1.17% from 255) = 1.33%
R=28.67%
G=70%
B=1.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4310520.5900.980.5996.1296.2620.98
Hex2B6923B0623B606015
Octal5315127301427314014025
Binary101011110100110111011011000101110111100000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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