Html Css Color HEX #2F7009 Bilbao

📋 copy color: '#2F7009'

red 47 ◦ green 112 ◦ blue 9

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

Shades of Bilbao #2F7009

Tints of Bilbao #2F7009

RGB

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

 GREEN value IS 112 (44.14% from 255) = 66.67%

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

R = 27.98%
G = 66.67%
B = 5.36%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#2F7009 (or 0x2F7009) is known color: Bilbao. HEX triplet: 2F, 70 and 09. RGB value is (47,112,9). Sum of RGB (Red+Green+Blue) = 47+112+9=168 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.98% from 168); Green value is 112 (44.14% from 255 or 66.67% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 112 - color contains mainly: green. Hex color #2F7009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7009 is #D08FF6. Grayscale: #515151. Windows color (decimal): -13668343 or 618543. OLE color: 618543.

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

Color convert

RGB 47 112 9 -
CMYK 0.58 0 0.92 0.56
HSL 97.86º 0.85% 0.24% -
HSV(B) 97.86º 0.92% 0.44% -
XYZ 7.02 12.21 2.25 -
YUV 80.82 87.47 103.88 -
System Red Green Blue C M Y K H S L
Decimal 47 112 9 0.58 0 0.92 0.56 97.86 0.85 0.24
Hex 2F 70 9 3A 0 5C 38 62 55 18
Octal 57 160 11 72 0 134 70 142 125 30
Binary 101111 1110000 1001 111010 0 1011100 111000 1100010 1010101 11000

Color Harmonies of #2F7009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7009

Black with #2F7009

Text Example


Text Example

White with #2F7009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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