Html Css Color HEX #2E711A Bilbao

📋 copy color: '#2E711A'

red 46 ◦ green 113 ◦ blue 26

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

Shades of Bilbao #2E711A

Tints of Bilbao #2E711A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.05%

R = 24.86%
G = 61.08%
B = 14.05%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#2E711A (or 0x2E711A) is known color: Bilbao. HEX triplet: 2E, 71 and 1A. RGB value is (46,113,26). Sum of RGB (Red+Green+Blue) = 46+113+26=185 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.86% from 185); Green value is 113 (44.53% from 255 or 61.08% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 113 - color contains mainly: green. Hex color #2E711A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E711A is #D18EE5. Grayscale: #535353. Windows color (decimal): -13733606 or 1732910. OLE color: 1732910.

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

Color convert

RGB 46 113 26 -
CMYK 0.59 0 0.77 0.56
HSL 106.21º 0.63% 0.27% -
HSV(B) 106.21º 0.77% 0.44% -
XYZ 7.22 12.47 3 -
YUV 83.05 95.8 101.57 -
System Red Green Blue C M Y K H S L
Decimal 46 113 26 0.59 0 0.77 0.56 106.21 0.63 0.27
Hex 2E 71 1A 3B 0 4D 38 6A 3F 1B
Octal 56 161 32 73 0 115 70 152 77 33
Binary 101110 1110001 11010 111011 0 1001101 111000 1101010 111111 11011

Color Harmonies of #2E711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E711A

Black with #2E711A

Text Example


Text Example

White with #2E711A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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