Html Css Color HEX #2E740D Bilbao

📋 copy color: '#2E740D'

red 46 ◦ green 116 ◦ blue 13

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

Shades of Bilbao #2E740D

Tints of Bilbao #2E740D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 66.29%

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

R = 26.29%
G = 66.29%
B = 7.43%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#2E740D (or 0x2E740D) is known color: Bilbao. HEX triplet: 2E, 74 and 0D. RGB value is (46,116,13). Sum of RGB (Red+Green+Blue) = 46+116+13=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 116 (45.70% from 255 or 66.29% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 116 - color contains mainly: green. Hex color #2E740D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E740D is #D18BF2. Grayscale: #535353. Windows color (decimal): -13732851 or 881710. OLE color: 881710.

HSL color Cylindrical-coordinate representation of color #2E740D: hue angle of 100.78º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E740D is Cyan = 0.60, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 46 116 13 -
CMYK 0.60 0 0.89 0.55
HSL 100.78º 0.8% 0.25% -
HSV(B) 100.78º 0.89% 0.45% -
XYZ 7.44 13.1 2.52 -
YUV 83.33 88.31 101.38 -
System Red Green Blue C M Y K H S L
Decimal 46 116 13 0.60 0 0.89 0.55 100.78 0.8 0.25
Hex 2E 74 D 3C 0 59 37 65 50 19
Octal 56 164 15 74 0 131 67 145 120 31
Binary 101110 1110100 1101 111100 0 1011001 110111 1100101 1010000 11001

Color Harmonies of #2E740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E740D

Black with #2E740D

Text Example


Text Example

White with #2E740D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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