#2F8400

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

Shades of Bilbao #2F8400

Tints of Bilbao #2F8400

Color information

#2F8400 (or 0x2F8400) is unknown color: approx Bilbao. HEX triplet: 2F, 84 and 00. RGB value is (47,132,0). Sum of RGB (Red+Green+Blue) = 47+132+0=179 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.26% from 179); Green value is 132 (51.95% from 255 or 73.74% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 132 - color contains mainly: green. Hex color #2F8400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F8400 is #D07BFF. Grayscale: #5B5B5B. Windows color (decimal): -13663232 or 33839. OLE color: 33839.

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

Color convert

RGB471320-
CMYK0.64010.48
HSL98.64º100%25.88%-
HSV(B)98.64º100%51.76%-
XYZ9.4217.112.81-
YUV91.5476.3496.23-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.26%
GREEN value IS 132 (51.95% from 255) = 73.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=26.26%
G=73.74%
B=0%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4713200.64010.4898.6410025.88
Hex2F840400643063641a
Octal57204010001446014314432
Binary1011111000010001000000011001001100001100011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,132,0); }

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

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

 a { background-color: rgb(47,132,0); }

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

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

 span { border-color: rgb(47,132,0); }

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