Html Css Color HEX #2E831B Bilbao

📋 copy color: '#2E831B'

red 46 ◦ green 131 ◦ blue 27

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

Shades of Bilbao #2E831B

Tints of Bilbao #2E831B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 64.22%

 BLUE value IS 27 (10.94% from 255) = 13.24%

R = 22.55%
G = 64.22%
B = 13.24%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#2E831B (or 0x2E831B) is known color: Bilbao. HEX triplet: 2E, 83 and 1B. RGB value is (46,131,27). Sum of RGB (Red+Green+Blue) = 46+131+27=204 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.55% from 204); Green value is 131 (51.56% from 255 or 64.22% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 131 - color contains mainly: green. Hex color #2E831B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E831B is #D17CE4. Grayscale: #5E5E5E. Windows color (decimal): -13728997 or 1803054. OLE color: 1803054.

HSL color Cylindrical-coordinate representation of color #2E831B: hue angle of 109.04º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E831B is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 46 131 27 -
CMYK 0.65 0 0.79 0.49
HSL 109.04º 0.66% 0.31% -
HSV(B) 109.04º 0.79% 0.51% -
XYZ 9.44 16.89 3.8 -
YUV 93.73 90.34 93.96 -
System Red Green Blue C M Y K H S L
Decimal 46 131 27 0.65 0 0.79 0.49 109.04 0.66 0.31
Hex 2E 83 1B 41 0 4F 31 6D 42 1F
Octal 56 203 33 101 0 117 61 155 102 37
Binary 101110 10000011 11011 1000001 0 1001111 110001 1101101 1000010 11111

Color Harmonies of #2E831B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E831B

Black with #2E831B

Text Example


Text Example

White with #2E831B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,131,27); }

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

background-color css

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

 a { background-color: rgb(46,131,27); }

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

border-color css

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

 span { border-color: rgb(46,131,27); }

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