Html Css Color HEX #2F7309 Bilbao

📋 copy color: '#2F7309'

red 47 ◦ green 115 ◦ blue 9

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

Shades of Bilbao #2F7309

Tints of Bilbao #2F7309

RGB

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

 GREEN value IS 115 (45.31% from 255) = 67.25%

 BLUE value IS 9 (3.91% from 255) = 5.26%

R = 27.49%
G = 67.25%
B = 5.26%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#2F7309 (or 0x2F7309) is known color: Bilbao. HEX triplet: 2F, 73 and 09. RGB value is (47,115,9). Sum of RGB (Red+Green+Blue) = 47+115+9=171 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.49% from 171); Green value is 115 (45.31% from 255 or 67.25% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 115 - color contains mainly: green. Hex color #2F7309 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7309 is #D08CF6. Grayscale: #525252. Windows color (decimal): -13667575 or 619311. OLE color: 619311.

HSL color Cylindrical-coordinate representation of color #2F7309: hue angle of 98.49º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F7309 is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB 47 115 9 -
CMYK 0.59 0 0.92 0.55
HSL 98.49º 0.85% 0.24% -
HSV(B) 98.49º 0.92% 0.45% -
XYZ 7.35 12.89 2.36 -
YUV 82.58 86.47 102.62 -
System Red Green Blue C M Y K H S L
Decimal 47 115 9 0.59 0 0.92 0.55 98.49 0.85 0.24
Hex 2F 73 9 3B 0 5C 37 62 55 18
Octal 57 163 11 73 0 134 67 142 125 30
Binary 101111 1110011 1001 111011 0 1011100 110111 1100010 1010101 11000

Color Harmonies of #2F7309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7309

Black with #2F7309

Text Example


Text Example

White with #2F7309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,115,9); }

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

background-color css

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

 a { background-color: rgb(47,115,9); }

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

border-color css

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

 span { border-color: rgb(47,115,9); }

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