Html Css Color HEX #2F771B Bilbao

📋 copy color: '#2F771B'

red 47 ◦ green 119 ◦ blue 27

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

Shades of Bilbao #2F771B

Tints of Bilbao #2F771B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 61.66%

 BLUE value IS 27 (10.94% from 255) = 13.99%

R = 24.35%
G = 61.66%
B = 13.99%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#2F771B (or 0x2F771B) is known color: Bilbao. HEX triplet: 2F, 77 and 1B. RGB value is (47,119,27). Sum of RGB (Red+Green+Blue) = 47+119+27=193 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.35% from 193); Green value is 119 (46.88% from 255 or 61.66% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 119 - color contains mainly: green. Hex color #2F771B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F771B is #D088E4. Grayscale: #575757. Windows color (decimal): -13666533 or 1799983. OLE color: 1799983.

HSL color Cylindrical-coordinate representation of color #2F771B: hue angle of 106.96º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F771B is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 47 119 27 -
CMYK 0.61 0 0.77 0.53
HSL 106.96º 0.63% 0.29% -
HSV(B) 106.96º 0.77% 0.47% -
XYZ 7.97 13.88 3.3 -
YUV 86.98 94.15 99.48 -
System Red Green Blue C M Y K H S L
Decimal 47 119 27 0.61 0 0.77 0.53 106.96 0.63 0.29
Hex 2F 77 1B 3D 0 4D 35 6B 3F 1D
Octal 57 167 33 75 0 115 65 153 77 35
Binary 101111 1110111 11011 111101 0 1001101 110101 1101011 111111 11101

Color Harmonies of #2F771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F771B

Black with #2F771B

Text Example


Text Example

White with #2F771B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,119,27); }

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

background-color css

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

 a { background-color: rgb(47,119,27); }

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

border-color css

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

 span { border-color: rgb(47,119,27); }

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