Html Css Color HEX #2F761E Bilbao

📋 copy color: '#2F761E'

red 47 ◦ green 118 ◦ blue 30

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

Shades of Bilbao #2F761E

Tints of Bilbao #2F761E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 60.51%

 BLUE value IS 30 (12.11% from 255) = 15.38%

R = 24.1%
G = 60.51%
B = 15.38%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#2F761E (or 0x2F761E) is known color: Bilbao. HEX triplet: 2F, 76 and 1E. RGB value is (47,118,30). Sum of RGB (Red+Green+Blue) = 47+118+30=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 118 (46.48% from 255 or 60.51% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 118 - color contains mainly: green. Hex color #2F761E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F761E is #D089E1. Grayscale: #575757. Windows color (decimal): -13666786 or 1996335. OLE color: 1996335.

HSL color Cylindrical-coordinate representation of color #2F761E: hue angle of 108.41º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F761E is Cyan = 0.60, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 47 118 30 -
CMYK 0.60 0 0.75 0.54
HSL 108.41º 0.59% 0.29% -
HSV(B) 108.41º 0.75% 0.46% -
XYZ 7.89 13.65 3.45 -
YUV 86.74 95.98 99.66 -
System Red Green Blue C M Y K H S L
Decimal 47 118 30 0.60 0 0.75 0.54 108.41 0.59 0.29
Hex 2F 76 1E 3C 0 4B 36 6C 3B 1D
Octal 57 166 36 74 0 113 66 154 73 35
Binary 101111 1110110 11110 111100 0 1001011 110110 1101100 111011 11101

Color Harmonies of #2F761E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F761E

Black with #2F761E

Text Example


Text Example

White with #2F761E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,118,30); }

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

background-color css

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

 a { background-color: rgb(47,118,30); }

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

border-color css

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

 span { border-color: rgb(47,118,30); }

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