Html Css Color HEX #2F7205 Bilbao

📋 copy color: '#2F7205'

red 47 ◦ green 114 ◦ blue 5

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

Shades of Bilbao #2F7205

Tints of Bilbao #2F7205

RGB

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

 GREEN value IS 114 (44.92% from 255) = 68.67%

 BLUE value IS 5 (2.34% from 255) = 3.01%

R = 28.31%
G = 68.67%
B = 3.01%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#2F7205 (or 0x2F7205) is known color: Bilbao. HEX triplet: 2F, 72 and 05. RGB value is (47,114,5). Sum of RGB (Red+Green+Blue) = 47+114+5=166 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.31% from 166); Green value is 114 (44.92% from 255 or 68.67% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 114 - color contains mainly: green. Hex color #2F7205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7205 is #D08DFA. Grayscale: #515151. Windows color (decimal): -13667835 or 356911. OLE color: 356911.

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

Color convert

RGB 47 114 5 -
CMYK 0.59 0 0.96 0.55
HSL 96.88º 0.92% 0.23% -
HSV(B) 96.88º 0.96% 0.45% -
XYZ 7.22 12.65 2.2 -
YUV 81.54 84.8 103.36 -
System Red Green Blue C M Y K H S L
Decimal 47 114 5 0.59 0 0.96 0.55 96.88 0.92 0.23
Hex 2F 72 5 3B 0 60 37 61 5C 17
Octal 57 162 5 73 0 140 67 141 134 27
Binary 101111 1110010 101 111011 0 1100000 110111 1100001 1011100 10111

Color Harmonies of #2F7205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7205

Black with #2F7205

Text Example


Text Example

White with #2F7205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,114,5); }

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

background-color css

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

 a { background-color: rgb(47,114,5); }

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

border-color css

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

 span { border-color: rgb(47,114,5); }

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