Html Css Color HEX #2C6F09 Bilbao

📋 copy color: '#2C6F09'

red 44 ◦ green 111 ◦ blue 9

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

Shades of Bilbao #2C6F09

Tints of Bilbao #2C6F09

RGB

 RED value IS 44 (17.58% from 255) = 26.83%

 GREEN value IS 111 (43.75% from 255) = 67.68%

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

R = 26.83%
G = 67.68%
B = 5.49%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#2C6F09 (or 0x2C6F09) is known color: Bilbao. HEX triplet: 2C, 6F and 09. RGB value is (44,111,9). Sum of RGB (Red+Green+Blue) = 44+111+9=164 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.83% from 164); Green value is 111 (43.75% from 255 or 67.68% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 111 - color contains mainly: green. Hex color #2C6F09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6F09 is #D390F6. Grayscale: #4F4F4F. Windows color (decimal): -13865207 or 618284. OLE color: 618284.

HSL color Cylindrical-coordinate representation of color #2C6F09: hue angle of 99.41º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2C6F09 is Cyan = 0.60, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 44 111 9 -
CMYK 0.60 0 0.92 0.56
HSL 99.41º 0.85% 0.24% -
HSV(B) 99.41º 0.92% 0.44% -
XYZ 6.77 11.92 2.2 -
YUV 79.34 88.3 102.79 -
System Red Green Blue C M Y K H S L
Decimal 44 111 9 0.60 0 0.92 0.56 99.41 0.85 0.24
Hex 2C 6F 9 3C 0 5C 38 63 55 18
Octal 54 157 11 74 0 134 70 143 125 30
Binary 101100 1101111 1001 111100 0 1011100 111000 1100011 1010101 11000

Color Harmonies of #2C6F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6F09

Black with #2C6F09

Text Example


Text Example

White with #2C6F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,111,9); }

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

background-color css

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

 a { background-color: rgb(44,111,9); }

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

border-color css

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

 span { border-color: rgb(44,111,9); }

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