#2F840D

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

Shades of Bilbao #2F840D

Tints of Bilbao #2F840D

Color information

#2F840D (or 0x2F840D) is unknown color: approx Bilbao. HEX triplet: 2F, 84 and 0D. RGB value is (47,132,13). Sum of RGB (Red+Green+Blue) = 47+132+13=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 132 (51.95% from 255 or 68.75% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 132 - color contains mainly: green. Hex color #2F840D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F840D is #D07BF2. Grayscale: #5D5D5D. Windows color (decimal): -13663219 or 885807. OLE color: 885807.

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

Color convert

RGB4713213-
CMYK0.6400.900.48
HSL102.86º82.07%28.43%-
HSV(B)102.86º90.15%51.76%-
XYZ9.517.143.19-
YUV93.0282.8495.18-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.48%
GREEN value IS 132 (51.95% from 255) = 68.75%
BLUE value IS 13 (5.47% from 255) = 6.77%
R=24.48%
G=68.75%
B=6.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal47132130.6400.900.48102.8682.0728.43
Hex2F84D4005A3067521c
Octal572041510001326014712234
Binary1011111000010011011000000010110101100001100111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F840D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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