Html Css Color HEX #2F7901 Bilbao

📋 copy color: '#2F7901'

red 47 ◦ green 121 ◦ blue 1

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

Shades of Bilbao #2F7901

Tints of Bilbao #2F7901

RGB

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

 GREEN value IS 121 (47.66% from 255) = 71.6%

 BLUE value IS 1 (0.78% from 255) = 0.59%

R = 27.81%
G = 71.6%
B = 0.59%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#2F7901 (or 0x2F7901) is known color: Bilbao. HEX triplet: 2F, 79 and 01. RGB value is (47,121,1). Sum of RGB (Red+Green+Blue) = 47+121+1=169 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.81% from 169); Green value is 121 (47.66% from 255 or 71.60% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 121 - color contains mainly: green. Hex color #2F7901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7901 is #D086FE. Grayscale: #555555. Windows color (decimal): -13666047 or 96559. OLE color: 96559.

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

Color convert

RGB 47 121 1 -
CMYK 0.61 0 0.99 0.53
HSL 97º 0.98% 0.24% -
HSV(B) 97º 0.99% 0.47% -
XYZ 8.02 14.28 2.36 -
YUV 85.19 80.48 100.76 -
System Red Green Blue C M Y K H S L
Decimal 47 121 1 0.61 0 0.99 0.53 97 0.98 0.24
Hex 2F 79 1 3D 0 63 35 61 62 18
Octal 57 171 1 75 0 143 65 141 142 30
Binary 101111 1111001 1 111101 0 1100011 110101 1100001 1100010 11000

Color Harmonies of #2F7901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7901

Black with #2F7901

Text Example


Text Example

White with #2F7901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,121,1); }

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

background-color css

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

 a { background-color: rgb(47,121,1); }

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

border-color css

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

 span { border-color: rgb(47,121,1); }

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