Html Css Color HEX #2E7309 Bilbao

📋 copy color: '#2E7309'

red 46 ◦ green 115 ◦ blue 9

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

Shades of Bilbao #2E7309

Tints of Bilbao #2E7309

RGB

 RED value IS 46 (18.36% from 255) = 27.06%

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

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

R = 27.06%
G = 67.65%
B = 5.29%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#2E7309 (or 0x2E7309) is known color: Bilbao. HEX triplet: 2E, 73 and 09. RGB value is (46,115,9). Sum of RGB (Red+Green+Blue) = 46+115+9=170 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.06% from 170); Green value is 115 (45.31% from 255 or 67.65% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 115 - color contains mainly: green. Hex color #2E7309 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7309 is #D18CF6. Grayscale: #525252. Windows color (decimal): -13733111 or 619310. OLE color: 619310.

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

Color convert

RGB 46 115 9 -
CMYK 0.6 0 0.92 0.55
HSL 99.06º 0.85% 0.24% -
HSV(B) 99.06º 0.92% 0.45% -
XYZ 7.31 12.86 2.36 -
YUV 82.29 86.64 102.12 -
System Red Green Blue C M Y K H S L
Decimal 46 115 9 0.6 0 0.92 0.55 99.06 0.85 0.24
Hex 2E 73 9 3C 0 5C 37 63 55 18
Octal 56 163 11 74 0 134 67 143 125 30
Binary 101110 1110011 1001 111100 0 1011100 110111 1100011 1010101 11000

Color Harmonies of #2E7309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7309

Black with #2E7309

Text Example


Text Example

White with #2E7309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,115,9); }

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

background-color css

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

 a { background-color: rgb(46,115,9); }

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

border-color css

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

 span { border-color: rgb(46,115,9); }

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