Html Css Color HEX #2F771F Bilbao

📋 copy color: '#2F771F'

red 47 ◦ green 119 ◦ blue 31

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

Shades of Bilbao #2F771F

Tints of Bilbao #2F771F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.74%

R = 23.86%
G = 60.41%
B = 15.74%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#2F771F (or 0x2F771F) is known color: Bilbao. HEX triplet: 2F, 77 and 1F. RGB value is (47,119,31). Sum of RGB (Red+Green+Blue) = 47+119+31=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 119 (46.88% from 255 or 60.41% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 119 - color contains mainly: green. Hex color #2F771F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F771F is #D088E0. Grayscale: #575757. Windows color (decimal): -13666529 or 2062127. OLE color: 2062127.

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

Color convert

RGB 47 119 31 -
CMYK 0.61 0 0.74 0.53
HSL 109.09º 0.59% 0.29% -
HSV(B) 109.09º 0.74% 0.47% -
XYZ 8.02 13.9 3.56 -
YUV 87.44 96.15 99.16 -
System Red Green Blue C M Y K H S L
Decimal 47 119 31 0.61 0 0.74 0.53 109.09 0.59 0.29
Hex 2F 77 1F 3D 0 4A 35 6D 3B 1D
Octal 57 167 37 75 0 112 65 155 73 35
Binary 101111 1110111 11111 111101 0 1001010 110101 1101101 111011 11101

Color Harmonies of #2F771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F771F

Black with #2F771F

Text Example


Text Example

White with #2F771F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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