#2C8700

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

Shades of Bilbao #2C8700

Tints of Bilbao #2C8700

Color information

#2C8700 (or 0x2C8700) is unknown color: approx Bilbao. HEX triplet: 2C, 87 and 00. RGB value is (44,135,0). Sum of RGB (Red+Green+Blue) = 44+135+0=179 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.58% from 179); Green value is 135 (53.12% from 255 or 75.42% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 135 - color contains mainly: green. Hex color #2C8700 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C8700 is #D378FF. Grayscale: #5C5C5C. Windows color (decimal): -13859072 or 34604. OLE color: 34604.

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

Color convert

RGB441350-
CMYK0.67010.47
HSL100.44º100%26.47%-
HSV(B)100.44º100%52.94%-
XYZ9.717.862.94-
YUV92.475.8593.48-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.58%
GREEN value IS 135 (53.12% from 255) = 75.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=24.58%
G=75.42%
B=0%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4413500.67010.47100.4410026.47
Hex2C870430642F64641a
Octal54207010301445714414432
Binary1011001000011101000011011001001011111100100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,135,0); }

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

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

 a { background-color: rgb(44,135,0); }

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

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

 span { border-color: rgb(44,135,0); }

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