Html Css Color HEX #2F880E Bilbao

📋 copy color: '#2F880E'

red 47 ◦ green 136 ◦ blue 14

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

Shades of Bilbao #2F880E

Tints of Bilbao #2F880E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 69.04%

 BLUE value IS 14 (5.86% from 255) = 7.11%

R = 23.86%
G = 69.04%
B = 7.11%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#2F880E (or 0x2F880E) is known color: Bilbao. HEX triplet: 2F, 88 and 0E. RGB value is (47,136,14). Sum of RGB (Red+Green+Blue) = 47+136+14=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 136 (53.52% from 255 or 69.04% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 136 - color contains mainly: green. Hex color #2F880E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F880E is #D077F1. Grayscale: #5F5F5F. Windows color (decimal): -13662194 or 952367. OLE color: 952367.

HSL color Cylindrical-coordinate representation of color #2F880E: hue angle of 103.77º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F880E is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 136 14 -
CMYK 0.65 0 0.90 0.47
HSL 103.77º 0.81% 0.29% -
HSV(B) 103.77º 0.9% 0.53% -
XYZ 10.06 18.24 3.41 -
YUV 95.48 82.01 93.42 -
System Red Green Blue C M Y K H S L
Decimal 47 136 14 0.65 0 0.90 0.47 103.77 0.81 0.29
Hex 2F 88 E 41 0 5A 2F 68 51 1D
Octal 57 210 16 101 0 132 57 150 121 35
Binary 101111 10001000 1110 1000001 0 1011010 101111 1101000 1010001 11101

Color Harmonies of #2F880E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F880E

Black with #2F880E

Text Example


Text Example

White with #2F880E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,136,14); }

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

background-color css

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

 a { background-color: rgb(47,136,14); }

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

border-color css

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

 span { border-color: rgb(47,136,14); }

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