#42802F

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

Shades of Bilbao #42802F

Tints of Bilbao #42802F

Color information

#42802F (or 0x42802F) is unknown color: approx Bilbao. HEX triplet: 42, 80 and 2F. RGB value is (66,128,47). Sum of RGB (Red+Green+Blue) = 66+128+47=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #42802F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42802F is #BD7FD0. Grayscale: #646464. Windows color (decimal): -12419025 or 3113026. OLE color: 3113026.

HSL color Cylindrical-coordinate representation of color #42802F: hue angle of 105.93º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42802F is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB6612847-
CMYK0.4800.630.50
HSL105.93º46.29%34.31%-
HSV(B)105.93º63.28%50.2%-
XYZ10.4816.85.38-
YUV100.2397.96103.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 128 (50.39% from 255) = 53.11%
BLUE value IS 47 (18.75% from 255) = 19.50%
R=27.39%
G=53.11%
B=19.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66128470.4800.630.50105.9346.2934.31
Hex42802F3003F326a2e22
Octal1022005760077621525642
Binary10000101000000010111111000001111111100101101010101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42802F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42802F; }

 p { color: rgb(66,128,47); }

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

<style>
 a { background-color: #42802F; }

 a { background-color: rgb(66,128,47); }

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

<style>
 span { border-color: #42802F; }

 span { border-color: rgb(66,128,47); }

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