#2C6F02

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

Shades of Bilbao #2C6F02

Tints of Bilbao #2C6F02

Color information

#2C6F02 (or 0x2C6F02) is unknown color: approx Bilbao. HEX triplet: 2C, 6F and 02. RGB value is (44,111,2). Sum of RGB (Red+Green+Blue) = 44+111+2=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 111 (43.75% from 255 or 70.70% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 111 - color contains mainly: green. Hex color #2C6F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6F02 is #D390FD. Grayscale: #4E4E4E. Windows color (decimal): -13865214 or 159532. OLE color: 159532.

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

Color convert

RGB441112-
CMYK0.6000.980.56
HSL96.88º96.46%22.16%-
HSV(B)96.88º98.2%43.53%-
XYZ6.7311.912-
YUV78.5484.8103.36-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.03%
GREEN value IS 111 (43.75% from 255) = 70.70%
BLUE value IS 2 (1.17% from 255) = 1.27%
R=28.03%
G=70.70%
B=1.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4411120.6000.980.5696.8896.4622.16
Hex2C6F23C06238616016
Octal5415727401427014114026
Binary101100110111110111100011000101110001100001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,111,2); }

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

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

 a { background-color: rgb(44,111,2); }

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

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

 span { border-color: rgb(44,111,2); }

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