Html Css Color HEX #2E850B Bilbao

📋 copy color: '#2E850B'

red 46 ◦ green 133 ◦ blue 11

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

Shades of Bilbao #2E850B

Tints of Bilbao #2E850B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.79%

R = 24.21%
G = 70%
B = 5.79%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#2E850B (or 0x2E850B) is known color: Bilbao. HEX triplet: 2E, 85 and 0B. RGB value is (46,133,11). Sum of RGB (Red+Green+Blue) = 46+133+11=190 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.21% from 190); Green value is 133 (52.34% from 255 or 70% from 190); Blue value is 11 (4.69% from 255 or 5.79% from 190); Max value from RGB is 133 - color contains mainly: green. Hex color #2E850B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E850B is #D17AF4. Grayscale: #5D5D5D. Windows color (decimal): -13728501 or 754990. OLE color: 754990.

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

Color convert

RGB 46 133 11 -
CMYK 0.65 0 0.92 0.48
HSL 102.79º 0.85% 0.28% -
HSV(B) 102.79º 0.92% 0.52% -
XYZ 9.57 17.38 3.17 -
YUV 93.08 81.68 94.42 -
System Red Green Blue C M Y K H S L
Decimal 46 133 11 0.65 0 0.92 0.48 102.79 0.85 0.28
Hex 2E 85 B 41 0 5C 30 67 55 1C
Octal 56 205 13 101 0 134 60 147 125 34
Binary 101110 10000101 1011 1000001 0 1011100 110000 1100111 1010101 11100

Color Harmonies of #2E850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E850B

Black with #2E850B

Text Example


Text Example

White with #2E850B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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