Html Css Color HEX #2F7301 Bilbao

📋 copy color: '#2F7301'

red 47 ◦ green 115 ◦ blue 1

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

Shades of Bilbao #2F7301

Tints of Bilbao #2F7301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 70.55%

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

R = 28.83%
G = 70.55%
B = 0.61%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#2F7301 (or 0x2F7301) is known color: Bilbao. HEX triplet: 2F, 73 and 01. RGB value is (47,115,1). Sum of RGB (Red+Green+Blue) = 47+115+1=163 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.83% from 163); Green value is 115 (45.31% from 255 or 70.55% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 115 - color contains mainly: green. Hex color #2F7301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7301 is #D08CFE. Grayscale: #525252. Windows color (decimal): -13667583 or 95023. OLE color: 95023.

HSL color Cylindrical-coordinate representation of color #2F7301: hue angle of 95.79º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F7301 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 47 115 1 -
CMYK 0.59 0 0.99 0.55
HSL 95.79º 0.98% 0.23% -
HSV(B) 95.79º 0.99% 0.45% -
XYZ 7.31 12.87 2.13 -
YUV 81.67 82.47 103.27 -
System Red Green Blue C M Y K H S L
Decimal 47 115 1 0.59 0 0.99 0.55 95.79 0.98 0.23
Hex 2F 73 1 3B 0 63 37 60 62 17
Octal 57 163 1 73 0 143 67 140 142 27
Binary 101111 1110011 1 111011 0 1100011 110111 1100000 1100010 10111

Color Harmonies of #2F7301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7301

Black with #2F7301

Text Example


Text Example

White with #2F7301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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