Html Css Color HEX #2F8311 Bilbao

📋 copy color: '#2F8311'

red 47 ◦ green 131 ◦ blue 17

#2F8311
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #2F8311

Tints of Bilbao #2F8311

RGB

 RED value IS 47 (18.75% from 255) = 24.1%

 GREEN value IS 131 (51.56% from 255) = 67.18%

 BLUE value IS 17 (7.03% from 255) = 8.72%

R = 24.1%
G = 67.18%
B = 8.72%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#2F8311 (or 0x2F8311) is known color: Bilbao. HEX triplet: 2F, 83 and 11. RGB value is (47,131,17). Sum of RGB (Red+Green+Blue) = 47+131+17=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 131 (51.56% from 255 or 67.18% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 131 - color contains mainly: green. Hex color #2F8311 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F8311 is #D07CEE. Grayscale: #5D5D5D. Windows color (decimal): -13663471 or 1147695. OLE color: 1147695.

HSL color Cylindrical-coordinate representation of color #2F8311: hue angle of 104.21º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2F8311 is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 47 131 17 -
CMYK 0.64 0 0.87 0.49
HSL 104.21º 0.77% 0.29% -
HSV(B) 104.21º 0.87% 0.51% -
XYZ 9.39 16.88 3.29 -
YUV 92.89 85.17 95.27 -
System Red Green Blue C M Y K H S L
Decimal 47 131 17 0.64 0 0.87 0.49 104.21 0.77 0.29
Hex 2F 83 11 40 0 57 31 68 4D 1D
Octal 57 203 21 100 0 127 61 150 115 35
Binary 101111 10000011 10001 1000000 0 1010111 110001 1101000 1001101 11101

Color Harmonies of #2F8311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8311

Black with #2F8311

Text Example


Text Example

White with #2F8311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,131,17); }

 H1.HeaderClassName
 {
   color: #2F8311;
 }
 .AnyTagClassName
 {
   color: #2F8311;
 }
</style>

background-color css

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

 a { background-color: rgb(47,131,17); }

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

border-color css

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

 span { border-color: rgb(47,131,17); }

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