Html Css Color HEX #2E711D Bilbao

📋 copy color: '#2E711D'

red 46 ◦ green 113 ◦ blue 29

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

Shades of Bilbao #2E711D

Tints of Bilbao #2E711D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 60.11%

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

R = 24.47%
G = 60.11%
B = 15.43%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#2E711D (or 0x2E711D) is known color: Bilbao. HEX triplet: 2E, 71 and 1D. RGB value is (46,113,29). Sum of RGB (Red+Green+Blue) = 46+113+29=188 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.47% from 188); Green value is 113 (44.53% from 255 or 60.11% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 113 - color contains mainly: green. Hex color #2E711D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E711D is #D18EE2. Grayscale: #535353. Windows color (decimal): -13733603 or 1929518. OLE color: 1929518.

HSL color Cylindrical-coordinate representation of color #2E711D: hue angle of 107.86º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E711D is Cyan = 0.59, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 113 29 -
CMYK 0.59 0 0.74 0.56
HSL 107.86º 0.59% 0.28% -
HSV(B) 107.86º 0.74% 0.44% -
XYZ 7.25 12.48 3.19 -
YUV 83.39 97.3 101.33 -
System Red Green Blue C M Y K H S L
Decimal 46 113 29 0.59 0 0.74 0.56 107.86 0.59 0.28
Hex 2E 71 1D 3B 0 4A 38 6C 3B 1C
Octal 56 161 35 73 0 112 70 154 73 34
Binary 101110 1110001 11101 111011 0 1001010 111000 1101100 111011 11100

Color Harmonies of #2E711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E711D

Black with #2E711D

Text Example


Text Example

White with #2E711D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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