Html Css Color HEX #2E8511 Bilbao

📋 copy color: '#2E8511'

red 46 ◦ green 133 ◦ blue 17

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

Shades of Bilbao #2E8511

Tints of Bilbao #2E8511

RGB

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

 GREEN value IS 133 (52.34% from 255) = 67.86%

 BLUE value IS 17 (7.03% from 255) = 8.67%

R = 23.47%
G = 67.86%
B = 8.67%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#2E8511 (or 0x2E8511) is known color: Bilbao. HEX triplet: 2E, 85 and 11. RGB value is (46,133,17). Sum of RGB (Red+Green+Blue) = 46+133+17=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 133 (52.34% from 255 or 67.86% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 133 - color contains mainly: green. Hex color #2E8511 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E8511 is #D17AEE. Grayscale: #5E5E5E. Windows color (decimal): -13728495 or 1148206. OLE color: 1148206.

HSL color Cylindrical-coordinate representation of color #2E8511: hue angle of 105º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2E8511 is Cyan = 0.65, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 46 133 17 -
CMYK 0.65 0 0.87 0.48
HSL 105º 0.77% 0.29% -
HSV(B) 105º 0.87% 0.52% -
XYZ 9.62 17.4 3.38 -
YUV 93.76 84.68 93.93 -
System Red Green Blue C M Y K H S L
Decimal 46 133 17 0.65 0 0.87 0.48 105 0.77 0.29
Hex 2E 85 11 41 0 57 30 69 4D 1D
Octal 56 205 21 101 0 127 60 151 115 35
Binary 101110 10000101 10001 1000001 0 1010111 110000 1101001 1001101 11101

Color Harmonies of #2E8511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8511

Black with #2E8511

Text Example


Text Example

White with #2E8511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,133,17); }

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

background-color css

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

 a { background-color: rgb(46,133,17); }

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

border-color css

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

 span { border-color: rgb(46,133,17); }

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