Html Css Color HEX #2F7620 Bilbao

📋 copy color: '#2F7620'

red 47 ◦ green 118 ◦ blue 32

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

Shades of Bilbao #2F7620

Tints of Bilbao #2F7620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.24%

R = 23.86%
G = 59.9%
B = 16.24%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#2F7620 (or 0x2F7620) is known color: Bilbao. HEX triplet: 2F, 76 and 20. RGB value is (47,118,32). Sum of RGB (Red+Green+Blue) = 47+118+32=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 118 (46.48% from 255 or 59.90% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 118 - color contains mainly: green. Hex color #2F7620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7620 is #D089DF. Grayscale: #575757. Windows color (decimal): -13666784 or 2127407. OLE color: 2127407.

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

Color convert

RGB 47 118 32 -
CMYK 0.60 0 0.73 0.54
HSL 109.53º 0.57% 0.29% -
HSV(B) 109.53º 0.73% 0.46% -
XYZ 7.91 13.67 3.59 -
YUV 86.97 96.98 99.49 -
System Red Green Blue C M Y K H S L
Decimal 47 118 32 0.60 0 0.73 0.54 109.53 0.57 0.29
Hex 2F 76 20 3C 0 49 36 6E 39 1D
Octal 57 166 40 74 0 111 66 156 71 35
Binary 101111 1110110 100000 111100 0 1001001 110110 1101110 111001 11101

Color Harmonies of #2F7620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7620

Black with #2F7620

Text Example


Text Example

White with #2F7620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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