Html Css Color HEX #2E710D Bilbao

📋 copy color: '#2E710D'

red 46 ◦ green 113 ◦ blue 13

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

Shades of Bilbao #2E710D

Tints of Bilbao #2E710D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.56%

R = 26.74%
G = 65.7%
B = 7.56%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#2E710D (or 0x2E710D) is known color: Bilbao. HEX triplet: 2E, 71 and 0D. RGB value is (46,113,13). Sum of RGB (Red+Green+Blue) = 46+113+13=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 113 (44.53% from 255 or 65.70% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 113 - color contains mainly: green. Hex color #2E710D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E710D is #D18EF2. Grayscale: #515151. Windows color (decimal): -13733619 or 880942. OLE color: 880942.

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

Color convert

RGB 46 113 13 -
CMYK 0.59 0 0.88 0.56
HSL 100.2º 0.79% 0.25% -
HSV(B) 100.2º 0.88% 0.44% -
XYZ 7.1 12.42 2.4 -
YUV 81.57 89.3 102.63 -
System Red Green Blue C M Y K H S L
Decimal 46 113 13 0.59 0 0.88 0.56 100.2 0.79 0.25
Hex 2E 71 D 3B 0 58 38 64 4F 19
Octal 56 161 15 73 0 130 70 144 117 31
Binary 101110 1110001 1101 111011 0 1011000 111000 1100100 1001111 11001

Color Harmonies of #2E710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E710D

Black with #2E710D

Text Example


Text Example

White with #2E710D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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