Html Css Color HEX #2E731D Bilbao

📋 copy color: '#2E731D'

red 46 ◦ green 115 ◦ blue 29

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

Shades of Bilbao #2E731D

Tints of Bilbao #2E731D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 60.53%

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

R = 24.21%
G = 60.53%
B = 15.26%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#2E731D (or 0x2E731D) is known color: Bilbao. HEX triplet: 2E, 73 and 1D. RGB value is (46,115,29). Sum of RGB (Red+Green+Blue) = 46+115+29=190 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.21% from 190); Green value is 115 (45.31% from 255 or 60.53% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 115 - color contains mainly: green. Hex color #2E731D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E731D is #D18CE2. Grayscale: #545454. Windows color (decimal): -13733091 or 1930030. OLE color: 1930030.

HSL color Cylindrical-coordinate representation of color #2E731D: hue angle of 108.14º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E731D is Cyan = 0.6, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 46 115 29 -
CMYK 0.6 0 0.75 0.55
HSL 108.14º 0.6% 0.28% -
HSV(B) 108.14º 0.75% 0.45% -
XYZ 7.48 12.93 3.26 -
YUV 84.57 96.64 100.49 -
System Red Green Blue C M Y K H S L
Decimal 46 115 29 0.6 0 0.75 0.55 108.14 0.6 0.28
Hex 2E 73 1D 3C 0 4B 37 6C 3C 1C
Octal 56 163 35 74 0 113 67 154 74 34
Binary 101110 1110011 11101 111100 0 1001011 110111 1101100 111100 11100

Color Harmonies of #2E731D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E731D

Black with #2E731D

Text Example


Text Example

White with #2E731D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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