Html Css Color HEX #2E811D Bilbao

📋 copy color: '#2E811D'

red 46 ◦ green 129 ◦ blue 29

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

Shades of Bilbao #2E811D

Tints of Bilbao #2E811D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 63.24%

 BLUE value IS 29 (11.72% from 255) = 14.22%

R = 22.55%
G = 63.24%
B = 14.22%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#2E811D (or 0x2E811D) is known color: Bilbao. HEX triplet: 2E, 81 and 1D. RGB value is (46,129,29). Sum of RGB (Red+Green+Blue) = 46+129+29=204 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.55% from 204); Green value is 129 (50.78% from 255 or 63.24% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 129 - color contains mainly: green. Hex color #2E811D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E811D is #D17EE2. Grayscale: #5D5D5D. Windows color (decimal): -13729507 or 1933614. OLE color: 1933614.

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

Color convert

RGB 46 129 29 -
CMYK 0.64 0 0.78 0.49
HSL 109.8º 0.63% 0.31% -
HSV(B) 109.8º 0.78% 0.51% -
XYZ 9.2 16.37 3.84 -
YUV 92.78 92 94.63 -
System Red Green Blue C M Y K H S L
Decimal 46 129 29 0.64 0 0.78 0.49 109.8 0.63 0.31
Hex 2E 81 1D 40 0 4E 31 6E 3F 1F
Octal 56 201 35 100 0 116 61 156 77 37
Binary 101110 10000001 11101 1000000 0 1001110 110001 1101110 111111 11111

Color Harmonies of #2E811D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E811D

Black with #2E811D

Text Example


Text Example

White with #2E811D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,129,29); }

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

background-color css

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

 a { background-color: rgb(46,129,29); }

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

border-color css

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

 span { border-color: rgb(46,129,29); }

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