Html Css Color HEX #2E831D Bilbao

📋 copy color: '#2E831D'

red 46 ◦ green 131 ◦ blue 29

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

Shades of Bilbao #2E831D

Tints of Bilbao #2E831D

RGB

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

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

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

R = 22.33%
G = 63.59%
B = 14.08%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#2E831D (or 0x2E831D) is known color: Bilbao. HEX triplet: 2E, 83 and 1D. RGB value is (46,131,29). Sum of RGB (Red+Green+Blue) = 46+131+29=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 131 (51.56% from 255 or 63.59% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 131 - color contains mainly: green. Hex color #2E831D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E831D is #D17CE2. Grayscale: #5E5E5E. Windows color (decimal): -13728995 or 1934126. OLE color: 1934126.

HSL color Cylindrical-coordinate representation of color #2E831D: hue angle of 110º degrees, saturation: 0.64, 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 #2E831D is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 46 131 29 -
CMYK 0.65 0 0.78 0.49
HSL 110º 0.64% 0.31% -
HSV(B) 110º 0.78% 0.51% -
XYZ 9.46 16.9 3.93 -
YUV 93.96 91.34 93.79 -
System Red Green Blue C M Y K H S L
Decimal 46 131 29 0.65 0 0.78 0.49 110 0.64 0.31
Hex 2E 83 1D 41 0 4E 31 6E 40 1F
Octal 56 203 35 101 0 116 61 156 100 37
Binary 101110 10000011 11101 1000001 0 1001110 110001 1101110 1000000 11111

Color Harmonies of #2E831D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E831D

Black with #2E831D

Text Example


Text Example

White with #2E831D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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