Html Css Color HEX #2F9009 Bilbao

📋 copy color: '#2F9009'

red 47 ◦ green 144 ◦ blue 9

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

Shades of Bilbao #2F9009

Tints of Bilbao #2F9009

RGB

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

 GREEN value IS 144 (56.64% from 255) = 72%

 BLUE value IS 9 (3.91% from 255) = 4.5%

R = 23.5%
G = 72%
B = 4.5%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#2F9009 (or 0x2F9009) is known color: Bilbao. HEX triplet: 2F, 90 and 09. RGB value is (47,144,9). Sum of RGB (Red+Green+Blue) = 47+144+9=200 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.5% from 200); Green value is 144 (56.64% from 255 or 72% from 200); Blue value is 9 (3.91% from 255 or 4.5% from 200); Max value from RGB is 144 - color contains mainly: green. Hex color #2F9009 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9009 is #D06FF6. Grayscale: #646464. Windows color (decimal): -13660151 or 626735. OLE color: 626735.

HSL color Cylindrical-coordinate representation of color #2F9009: hue angle of 103.11º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F9009 is Cyan = 0.67, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB 47 144 9 -
CMYK 0.67 0 0.94 0.44
HSL 103.11º 0.88% 0.3% -
HSV(B) 103.11º 0.94% 0.56% -
XYZ 11.19 20.57 3.64 -
YUV 99.61 76.86 90.48 -
System Red Green Blue C M Y K H S L
Decimal 47 144 9 0.67 0 0.94 0.44 103.11 0.88 0.3
Hex 2F 90 9 43 0 5E 2C 67 58 1E
Octal 57 220 11 103 0 136 54 147 130 36
Binary 101111 10010000 1001 1000011 0 1011110 101100 1100111 1011000 11110

Color Harmonies of #2F9009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9009

Black with #2F9009

Text Example


Text Example

White with #2F9009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,144,9); }

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

background-color css

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

 a { background-color: rgb(47,144,9); }

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

border-color css

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

 span { border-color: rgb(47,144,9); }

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