Html Css Color HEX #2F6D01 Bilbao

📋 copy color: '#2F6D01'

red 47 ◦ green 109 ◦ blue 1

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

Shades of Bilbao #2F6D01

Tints of Bilbao #2F6D01

RGB

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

 GREEN value IS 109 (42.97% from 255) = 69.43%

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

R = 29.94%
G = 69.43%
B = 0.64%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.99

 K value IS 0.57

RGB Variations

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

Color information

#2F6D01 (or 0x2F6D01) is known color: Bilbao. HEX triplet: 2F, 6D and 01. RGB value is (47,109,1). Sum of RGB (Red+Green+Blue) = 47+109+1=157 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.94% from 157); Green value is 109 (42.97% from 255 or 69.43% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 109 - color contains mainly: green. Hex color #2F6D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6D01 is #D092FE. Grayscale: #4E4E4E. Windows color (decimal): -13669119 or 93487. OLE color: 93487.

HSL color Cylindrical-coordinate representation of color #2F6D01: hue angle of 94.44º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F6D01 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.57.

Color convert

RGB 47 109 1 -
CMYK 0.57 0 0.99 0.57
HSL 94.44º 0.98% 0.22% -
HSV(B) 94.44º 0.99% 0.43% -
XYZ 6.65 11.54 1.91 -
YUV 78.15 84.46 105.78 -
System Red Green Blue C M Y K H S L
Decimal 47 109 1 0.57 0 0.99 0.57 94.44 0.98 0.22
Hex 2F 6D 1 39 0 63 39 5E 62 16
Octal 57 155 1 71 0 143 71 136 142 26
Binary 101111 1101101 1 111001 0 1100011 111001 1011110 1100010 10110

Color Harmonies of #2F6D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6D01

Black with #2F6D01

Text Example


Text Example

White with #2F6D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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